graphiti/core/__init__.py
Daniel Chalef 73ec0146ff
ruff action (#17)
* ruff action

* chore: Update Python version to 3.10 in lint.yml workflow

* fix lint and formatting

* cleanup
2024-08-22 13:06:42 -07:00

3 lines
55 B
Python

from .graphiti import Graphiti
__all__ = ['Graphiti']