1
0
mirror of synced 2024-11-24 14:30:11 +01:00
bemaniutils/bemani/api/__init__.py

8 lines
80 B
Python
Raw Normal View History

from bemani.api.app import app, config
__all__ = [
"app",
"config",
]