mirror of
https://github.com/clearml/clearml-agent
synced 2025-06-26 18:16:15 +00:00
Initial release
This commit is contained in:
7
tests/scripts/python2-test.py
Normal file
7
tests/scripts/python2-test.py
Normal file
@@ -0,0 +1,7 @@
|
||||
def main():
|
||||
assert 1 / 2 == 0
|
||||
print('success')
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user