mirror of
https://github.com/Rushilwiz/NewViewsNews.git
synced 2025-04-09 23:00:16 -04:00
5 lines
90 B
Python
5 lines
90 B
Python
from .config import AppConfig
|
|
from .registry import apps
|
|
|
|
__all__ = ['AppConfig', 'apps']
|