brancher/.venv/lib/python3.8/site-packages/django/apps/__init__.py
2020-07-09 23:20:35 -04:00

5 lines
90 B
Python

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