mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-05-23 22:21:22 +00:00
307 B
307 B
title
title |
---|
liteyuki.plugin.model |
class PluginType(Enum)
class PluginMetadata(BaseModel)
class Plugin(BaseModel)
method __hash__(self)
源代码
def __hash__(self):
return hash(self.module_name)