4 lines
61 B
Python
Executable File
4 lines
61 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
from freqtrade.main import main
|
|
main() |