Skip to content
wsgi.py 86 B
Newer Older
from api_provider_management.app import app

if __name__ == "__main__":
    app.run()