All __all__ to primary_guilds module

This commit is contained in:
Steve C
2025-09-03 05:01:50 -04:00
committed by GitHub
parent 44956db033
commit 3f47698791

View File

@ -35,6 +35,12 @@ if TYPE_CHECKING:
from .types.user import PrimaryGuild as PrimaryGuildPayload
from typing_extensions import Self
# fmt: off
__all__ = (
'PrimaryGuild',
)
# fmt: on
class PrimaryGuild:
"""Represents the primary guild identity of a :class:`User`