Files
DragonMinded_bemaniutils/bemani/api/__init__.py
T

8 lines
80 B
Python

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