ticketfrei4/src/ticketfrei3/__init__.py

6 lines
84 B
Python

import uvicorn
def main() -> None:
uvicorn.run("ticketfrei3.application:app")