4 lines
44 B
Python
4 lines
44 B
Python
|
|
from web.core import app
|
||
|
|
|
||
|
|
__all__ = ["app"]
|