summaryrefslogtreecommitdiff
path: root/steamrelationships/__init__.py
blob: 786289736cd00e1918c0ca6ce80155f07f9c8734 (plain)
1
2
3
4
5
__all__ = ["sr", "constants"]

from steamrelationships.sr import SteamRelationships
from steamrelationships.constants import _Const
CONST = _Const()