Source code for scfile.formats.ol.enums

from enum import IntEnum


[docs] class TextureKind(IntEnum): DEFAULT = 0 CUBEMAP = 1