|
@ -38,11 +38,7 @@ if TYPE_CHECKING: |
|
|
from .enums import ChannelType |
|
|
from .enums import ChannelType |
|
|
from .types.snowflake import Snowflake |
|
|
from .types.snowflake import Snowflake |
|
|
|
|
|
|
|
|
# fmt: off |
|
|
__all__ = () |
|
|
__all__ = ( |
|
|
|
|
|
'ContextProperties', |
|
|
|
|
|
) |
|
|
|
|
|
# fmt: on |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class ContextPropertiesMeta(type): |
|
|
class ContextPropertiesMeta(type): |
|
|