diff options
| author | NW/RL <NWRL@dabikers.online> | 2024-03-29 16:12:28 -0500 |
|---|---|---|
| committer | NW/RL <NWRL@dabikers.online> | 2024-03-29 16:12:28 -0500 |
| commit | f6732f692d463f238fc0d645017cc5628e87a68a (patch) | |
| tree | 576823fb2434e92d5312b343e38cb7673b6f123c /steamrelationships/__init__.py | |
| parent | ab4bd819ff8a918c7892b94884aabbbcd65f7a42 (diff) | |
Do some work on limiting requests
Diffstat (limited to 'steamrelationships/__init__.py')
| -rw-r--r-- | steamrelationships/__init__.py | 3 |
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 @@ | |||
| 1 | from steamrelationships.sr import SteamRelationships as sr | ||
| 2 | from steamrelationships.constants import _Const | ||
| 3 | CONST = _Const() \ No newline at end of file | ||
