4 lines
88 B
Python
4 lines
88 B
Python
#!/usr/bin/python
|
|
|
|
if __name__ == '__main__':
|
|
print("Starting arbitrage bot...") |