mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-30 16:46:54 +00:00
7 lines
105 B
Python
7 lines
105 B
Python
import sys
|
|
from clearml_agent import __main__
|
|
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(__main__.main())
|