import sys

sys.path.insert(0,"/var/www/html/desembarques")
#sys.path.insert(0,"/home/ohi_chile/.local/lib/python3.11/site-packages")

from app import server as application

