1
0
mirror of synced 2024-11-14 18:07:36 +01:00
bemaniutils/bemani/api/__init__.py
2019-12-10 01:10:14 +00:00

8 lines
80 B
Python

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