8 lines
78 B
Python
8 lines
78 B
Python
from ohlcvpredictor.cli import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|
|
|
|
|