flickr/main.py
2025-09-12 20:23:18 +02:00

6 lines
84 B
Python

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