qrtr-services/venv/lib/python3.7/site-packages/django/apps/__init__.py
2019-10-29 19:59:32 -06:00

5 lines
90 B
Python

from .config import AppConfig
from .registry import apps
__all__ = ['AppConfig', 'apps']