mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-05 12:54:57 +00:00
7 lines
171 B
Python
7 lines
171 B
Python
import sys
|
|
import logging
|
|
|
|
logging.basicConfig(stream=sys.stderr)
|
|
sys.path.insert(0, "/home/ishak/rooziinuubii79/src/Python/flask/web")
|
|
|
|
from app import app as application |