diff --git a/obsws_python/__init__.py b/obsws_python/__init__.py index 80251d6..b0e6d73 100644 --- a/obsws_python/__init__.py +++ b/obsws_python/__init__.py @@ -1,6 +1,6 @@ -from .enum import Subs from .events import EventClient from .reqs import ReqClient +from .subs import Subs from .version import version as __version__ __ALL__ = ["ReqClient", "EventClient", "Subs"] diff --git a/obsws_python/enum.py b/obsws_python/subs.py similarity index 100% rename from obsws_python/enum.py rename to obsws_python/subs.py