We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a44f9 commit 182705fCopy full SHA for 182705f
src/userlist/__init__.py
@@ -2,5 +2,7 @@
2
from .config import Config
3
from .client import Client
4
5
+Userlist = Push
6
+
7
__version__ = "0.0.0"
-__all__ = ["Push", "Config", "Client"]
8
+__all__ = ["Userlist", "Push", "Config", "Client"]
0 commit comments