dooris/api/main.py
June 93394769b2
add initial Python API setup using uv init and README with short desc.
Add README with short description of the desired state.
2026-04-30 18:40:17 +02:00

6 lines
81 B
Python

def main():
print("Hello from api!")
if __name__ == "__main__":
main()