bemaniutils/bemani/api/__init__.py

7 lines
79 B
Python

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