clearml-agent/tests/scripts/python2-test.py

8 lines
95 B
Python
Raw Normal View History

2019-10-25 19:28:44 +00:00
def main():
assert 1 / 2 == 0
print('success')
if __name__ == "__main__":
main()