app/apps/__init__.py

6 lines
50 B
Python
Raw Normal View History

2024-04-20 16:59:36 +00:00
from .apps import Apps
__all__ = [
'Apps',
]