mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-14 23:21:04 +00:00
5 lines
65 B
Python
5 lines
65 B
Python
from .app import main
|
|
|
|
__version__ = "0.1.0"
|
|
|
|
__all__ = ["main"]
|