cognee/cognee/__main__.py
2025-07-26 18:14:19 +02:00

4 lines
75 B
Python

from cognee.cli._cognee import main
if __name__ == "__main__":
main()