8 lines
80 B
Python
8 lines
80 B
Python
from bemani.api.app import app, config
|
|
|
|
|
|
__all__ = [
|
|
"app",
|
|
"config",
|
|
]
|