From f9b3d3bb231c3cd28a08568c108de1bb53e91981 Mon Sep 17 00:00:00 2001 From: marc Date: Wed, 20 Mar 2024 16:09:25 -0400 Subject: [PATCH] updated __init__ x2 --- optionlab/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/optionlab/__init__.py b/optionlab/__init__.py index 6bfce09..6e8754a 100644 --- a/optionlab/__init__.py +++ b/optionlab/__init__.py @@ -45,6 +45,7 @@ get_profit_range, get_pop, ) + from .api import get_options_chain, get_stock_history __version__ = VERSION __all__ = ( @@ -85,7 +86,8 @@ "get_gamma", "get_theta", # api - "get_options_chain" "get_stock_history", + "get_options_chain", + "get_stock_history", ) # A mapping of {: (package, )} defining dynamic imports