4 lines
75 B
Python
4 lines
75 B
Python
from cognee.cli._cognee import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|