Local Python module setup and configuration
This commit is contained in:
parent
ff897199fc
commit
936b32f35f
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,4 @@
|
||||
.env
|
||||
*.egg-info/
|
||||
__pycache__/
|
||||
dist/
|
1
backtesting/__init__.py
Normal file
1
backtesting/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
from backtest_iron_condor import backtest_iron_condor
|
Loading…
Reference in New Issue
Block a user