diff --git a/eve_glue/__init__.py b/eve_glue/__init__.py index 3cba066..93398fe 100644 --- a/eve_glue/__init__.py +++ b/eve_glue/__init__.py @@ -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