2025-08-08 16:03:02 +08:00

5 lines
57 B
Python

from .example import example
__all__ = [
"example"
]