4 lines
71 B
Python
4 lines
71 B
Python
|
|
from app import create_app
|
||
|
|
|
||
|
|
application=create_app('QUARTER_INTERNAL')
|