6 lines
78 B
Python
Raw Normal View History

__version__ = "1.0.0"
2025-11-04 05:17:27 +01:00
from pr.core import Assistant
2025-11-04 08:09:12 +01:00
__all__ = ["Assistant"]