Eloi Torrents 4d7c1a1d12 init
2025-09-21 14:46:51 +02:00

6 lines
93 B
Python

"""Demo package exposing helper utilities."""
from .utils import greet
__all__ = ["greet"]