ReMe/reme_cli/utils/__init__.py
2026-04-08 16:49:36 +08:00

5 lines
65 B
Python

from .singleton import singleton
__all__ = [
"singleton",
]