stable/bin/freqtrade

4 lines
61 B
Python

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