stable/bin/freqtrade
2017-11-08 23:39:29 +01:00

4 lines
62 B
Python
Executable File

#!/usr/bin/env python3
from freqtrade.main import main
main()