Skip to content

Commit 182705f

Browse files
committed
Adds Userlist alias for the Push class
1 parent 08a44f9 commit 182705f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/userlist/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
from .config import Config
33
from .client import Client
44

5+
Userlist = Push
6+
57
__version__ = "0.0.0"
6-
__all__ = ["Push", "Config", "Client"]
8+
__all__ = ["Userlist", "Push", "Config", "Client"]

0 commit comments

Comments
 (0)