File size: 80 Bytes
32112fa
 
 
 
1
2
3
4
5
"""Allow running as: python -m singularity_llm"""
from .cli import main

main()