File size: 79 Bytes
2abcc30
 
 
 
1
2
3
4
5
from .cli import main

if __name__ == "__main__":
    raise SystemExit(main())