aboutsummaryrefslogtreecommitdiffstats
path: root/python/api_quotes/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/api_quotes/__init__.py')
-rw-r--r--python/api_quotes/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/api_quotes/__init__.py b/python/api_quotes/__init__.py
index e69de29b..e1a27eb6 100644
--- a/python/api_quotes/__init__.py
+++ b/python/api_quotes/__init__.py
@@ -0,0 +1,3 @@
+from .quotes import MarkitQuote
+
+MarkitQuote.init_dbconn()