probabilities/mutations_opencl.py
2023-01-01 18:45:51 -05:00

5 lines
68 B
Python

def main():
print('test')
if __name__ == "__main__":
main()