mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-30 13:44:45 +08:00
307 B
307 B
title |
---|
liteyuki.plugin.model |
class PluginType(Enum)
class PluginMetadata(BaseModel)
class Plugin(BaseModel)
method __hash__(self)
源代码
def __hash__(self):
return hash(self.module_name)