.dotfiles/templates/python/src/name/__init__.py
2024-12-31 16:47:46 +01:00

2 lines
54 B
Python

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