mirror of
https://github.com/neogeek23/drawshare.git
synced 2026-02-04 19:18:21 +00:00
5 lines
90 B
Python
5 lines
90 B
Python
from .config import AppConfig
|
|
from .registry import apps
|
|
|
|
__all__ = ['AppConfig', 'apps']
|