diff options
Diffstat (limited to 'steamrelationships/__init__.py')
| -rw-r--r-- | steamrelationships/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/steamrelationships/__init__.py b/steamrelationships/__init__.py index 8c1715a..7862897 100644 --- a/steamrelationships/__init__.py +++ b/steamrelationships/__init__.py | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | __all__ = ["sr", "constants"] | ||
| 2 | |||
| 1 | from steamrelationships.sr import SteamRelationships | 3 | from steamrelationships.sr import SteamRelationships |
| 2 | from steamrelationships.constants import _Const | 4 | from steamrelationships.constants import _Const |
| 3 | CONST = _Const() \ No newline at end of file | 5 | CONST = _Const() \ No newline at end of file |
