mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-03-21 17:24:33 -05:00
8 lines
80 B
Python
8 lines
80 B
Python
from bemani.api.app import app, config
|
|
|
|
|
|
__all__ = [
|
|
"app",
|
|
"config",
|
|
]
|