3 lines
40 B
Python
3 lines
40 B
Python
|
|
from .main import app
|
||
|
|
|
||
|
|
__all__ = ["app"]
|