5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
|
|
from app import create_app
|
||
|
|
|
||
|
|
application=create_app("QUARTER_WEB")
|
||
|
|
|