diff --git a/pyspapi/types/__init__.py b/pyspapi/types/__init__.py index a03eb1b..83c526d 100644 --- a/pyspapi/types/__init__.py +++ b/pyspapi/types/__init__.py @@ -1,5 +1,5 @@ from pyspapi.types.me import Account 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"]