File size: 88 Bytes
bc35a94
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from inference import main


__all__ = ["main"]


if __name__ == "__main__":
    main()