File size: 77 Bytes
0e3d4b8
 
 
 
1
2
3
4
5
"""Allow running as: python -m splitbit_llm"""
from .cli import main

main()