mirror of
https://github.com/Hopiu/django.git
synced 2026-05-23 14:25:57 +00:00
4 lines
90 B
Python
4 lines
90 B
Python
from .config import AppConfig
|
|
from .registry import apps
|
|
|
|
__all__ = ['AppConfig', 'apps']
|