6 lines
93 B
Python
6 lines
93 B
Python
"""Demo package exposing helper utilities."""
|
|
|
|
from .utils import greet
|
|
|
|
__all__ = ["greet"]
|