stable/bin/freqtrade
2017-09-29 19:28:32 +02:00

4 lines
61 B
Python

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