mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-08-05 09:29:23 -05:00
7 lines
79 B
Python
7 lines
79 B
Python
from bemani.api.app import app, config
|
|
|
|
__all__ = [
|
|
"app",
|
|
"config",
|
|
]
|