secure-web/backend/api/__init__.py

6 lines
75 B
Python

"""
API app initialization.
"""
default_app_config = 'api.apps.ApiConfig'