stable/bin/freqtrade
2017-09-30 21:00:42 +02:00

4 lines
61 B
Python
Executable File

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