mirror of
https://github.com/deesiigneer/pyspapi.git
synced 2026-04-20 04:25:25 +00:00
fix: update Python version requirement to 3.12 and include Card, City in exported members
This commit is contained in:
@@ -24,7 +24,7 @@ pyspapi
|
||||
|
||||
Installation
|
||||
-------------
|
||||
**Requires Python 3.8 or higher**
|
||||
**Requires Python 3.12 or higher**
|
||||
|
||||
*Windows*
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from pyspapi.types.me import Account
|
||||
from pyspapi.types.me import Account, Card, City
|
||||
from pyspapi.types.payment import Item
|
||||
from pyspapi.types.users import User, UserCards
|
||||
|
||||
__all__ = ["Account", "Item", "User", "UserCards"]
|
||||
__all__ = ["Account", "Card", "City", "Item", "User", "UserCards"]
|
||||
|
||||
Reference in New Issue
Block a user