3 lines
64 B
Python
3 lines
64 B
Python
from goathacks import create_app
|
|
|
|
application = create_app()
|
from goathacks import create_app
|
|
|
|
application = create_app()
|