5 lines
75 B
Python
5 lines
75 B
Python
from onnxslim.cli._main import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|