4 lines
87 B
Plaintext
4 lines
87 B
Plaintext
|
#!/usr/bin/python3
|
||
|
from flaschengeist.app import create_app
|
||
|
application = create_app()
|