Kosmorrolib Documentation

MoonPhaseType

An enumeration of Moon phase

Synopsis

class MoonPhaseType(Enum):
    NEW_MOON
    WAXING_CRESCENT
    FIRST_QUARTER
    WAXING_GIBBOUS
    FULL_MOON
    WANING_GIBBOUS
    LAST_QUARTER
    WANING_CRESCENT

See also

Help us to improve this page, contribute to the documentation!