Eloi Torrents ee6e422a4d init
2025-09-21 14:45:15 +02:00

6 lines
93 B
Python

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