NewViewsNews/.venv/lib/python3.6/site-packages/django/apps/__init__.py
2020-08-14 20:16:43 -04:00

5 lines
90 B
Python

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