3 lines
55 B
Python
3 lines
55 B
Python
from website.app import create_app
|
|
|
|
app = create_app()
|
from website.app import create_app
|
|
|
|
app = create_app()
|