3 lines
68 B
Python
3 lines
68 B
Python
|
from app.app import app
|
||
|
from views import *
|
||
|
from views.apis import *
|