flet-ready/main.py
2025-06-18 18:47:24 +02:00

7 lines
88 B
Python

def main():
print("Hello from flet-ready!")
if __name__ == "__main__":
main()