Files
2026-04-30 16:03:25 +02:00

7 lines
87 B
Python

def main():
print("Hello from venta-web!")
if __name__ == "__main__":
main()