from django.conf import settings from owslib.enums import Environment ENVIRONMENT: Environment = getattr(settings, "ENVIRONMENT", Environment.DEV)