lego-monitoring/src/hello_world/__init__.py
2025-04-27 21:42:05 +03:00

2 lines
58 B
Python

def hello() -> None:
print("Hello from hello-world!")