Skip to content

Commit

Permalink
updated __init__ x2
Browse files Browse the repository at this point in the history
  • Loading branch information
marc committed Mar 20, 2024
1 parent 37536fb commit f9b3d3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion optionlab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
get_profit_range,
get_pop,
)
from .api import get_options_chain, get_stock_history

__version__ = VERSION
__all__ = (
Expand Down Expand Up @@ -85,7 +86,8 @@
"get_gamma",
"get_theta",
# api
"get_options_chain" "get_stock_history",
"get_options_chain",
"get_stock_history",
)

# A mapping of {<member name>: (package, <module name>)} defining dynamic imports
Expand Down

0 comments on commit f9b3d3b

Please sign in to comment.