6 lines
78 B
Python
Raw Normal View History

__version__ = "1.0.0"
from pr.core import Assistant
__all__ = ["Assistant"]