presenton/servers/fastapi/main.py

6 lines
95 B
Python

def main():
print("Hello from presenton-backend!")
if __name__ == "__main__":
main()