Skip to content

Commit

Permalink
ADD new enums to init
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkrasucki committed Mar 26, 2020
1 parent b197d7c commit 00e717b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eve_glue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
from eve_glue.location_type import resolve_location_type_enum # noqa
from eve_glue.location_flag import PersonalLocationFlagEnumV1 # noqa
from eve_glue.location_flag import PersonalLocationFlagEnumV2 # noqa
from eve_glue.location_flag import PersonalLocationFlagEnumV3 # noqa
from eve_glue.location_flag import CorporationLocationFlagEnumV1 # noqa
from eve_glue.location_flag import CorporationLocationFlagEnumV2 # noqa
from eve_glue.location_flag import CorporationLocationFlagEnumV3 # noqa
from eve_glue.location_flag import FittingLocationFlagEnumV1 # noqa
from eve_glue.wallet_journal_ref import JournalRefTypeEnumV2 # noqa
from eve_glue.wallet_journal_ref import populate_extra_info # noqa
Expand Down

0 comments on commit 00e717b

Please sign in to comment.