4 lines
56 B
Plaintext
4 lines
56 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
import freqtrade
|
||
|
freqtrade.main()
|