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