mirror of
https://github.com/deesiigneer/pyspapi.git
synced 2026-04-20 04:25:25 +00:00
Merge pull request #19 from TonyAleksandr/patch-1
fix: include UserCards in exported module members
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
from pyspapi.types.me import Account
|
from pyspapi.types.me import Account
|
||||||
from pyspapi.types.payment import Item
|
from pyspapi.types.payment import Item
|
||||||
from pyspapi.types.users import Cards, User
|
from pyspapi.types.users import User, UserCards
|
||||||
|
|
||||||
__all__ = ["Account", "Item", "Cards", "User"]
|
__all__ = ["Account", "Item", "User", "UserCards"]
|
||||||
|
|||||||
Reference in New Issue
Block a user