main.py (113B)
1 #!/usr/bin/env python3 2 3 from rl_arb.cli import run 4 5 def main(): 6 run() 7 8 if __name__ == '__main__': 9 main()