summaryrefslogtreecommitdiff
path: root/steamrelationships/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'steamrelationships/__init__.py')
-rw-r--r--steamrelationships/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/steamrelationships/__init__.py b/steamrelationships/__init__.py
index e69de29..b4b2480 100644
--- a/steamrelationships/__init__.py
+++ b/steamrelationships/__init__.py
@@ -0,0 +1,3 @@
1from steamrelationships.sr import SteamRelationships as sr
2from steamrelationships.constants import _Const
3CONST = _Const() \ No newline at end of file