5 lines
79 B
Python
5 lines
79 B
Python
#!/usr/bin/env python3
|
|
|
|
from flask_hello import create_app
|
|
|
|
app = create_app()
|