from swagger_server.__main__ import start_server
import logging

app = start_server()
logging.error("SERVER STARTING")
