.dotfiles/templates/python/src/name/__init__.py
2024-12-31 13:39:03 +01:00

2 lines
58 B
Python

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