File size: 86 Bytes
0ae3f27
 
 
 
 
1
2
3
4
5
6
"""Allow running with `python -m mem0_cli`."""

from mem0_cli.app import main

main()