Files
rich-print/src/rp/__init__.py

3 lines
48 B
Python

def hello() -> str:
return "Hello from rp!"