mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-19 00:01:33 +00:00
10 lines
114 B
Python
10 lines
114 B
Python
"""test"""
|
|
|
|
from .test_op import TestOp
|
|
from ...core import R
|
|
|
|
__all__ = [
|
|
"TestOp",
|
|
]
|
|
|
|
R.op.register(TestOp)
|