home_backend/main.py
2026-06-26 19:24:14 +02:00

7 lines
90 B
Python

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