python-reflexion/04-logger/demo.py
2025-10-21 20:38:10 +02:00

4 lines
77 B
Python

from greetings import hello
if __name__ == '__main__':
hello('PyConFr')