6 lines
61 B
Python
6 lines
61 B
Python
|
from .app import app
|
||
|
|
||
|
from . import views
|
||
|
|
||
|
__all__ = ["app"]
|