mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-19 00:01:33 +00:00
5 lines
65 B
Python
5 lines
65 B
Python
from .singleton import singleton
|
|
|
|
__all__ = [
|
|
"singleton",
|
|
]
|