Skip to content

Commit 753b115

Browse files
author
GuangChen2333
committed
release: v1.0.2
1 parent 25f1df6 commit 753b115

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mhyy.py"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
authors = [
99
{ name = "GuangChen2333", email = "guangchenworks@outlook.com" },
1010
]

src/mhyy/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Entities
12
from ._client import Client
23
from ._user import User
4+
5+
# Enums
6+
from ._user import UserType, UserChannel, UserCGGameBiz, UserOpBiz, UserCps
37
from ._notification import NotificationType, NotificationStatus

0 commit comments

Comments
 (0)