4 lines
47 B
Python
4 lines
47 B
Python
from web import create_app
|
|
|
|
app = create_app()
|
from web import create_app
|
|
|
|
app = create_app()
|