.dotfiles/files/templates/python/src/name/__init__.py
2025-07-04 18:26:00 +02:00

2 lines
54 B
Python

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