--- title: liteyuki.plugin.model --- ### **class** `PluginType(Enum)` ### **class** `PluginMetadata(BaseModel)` ### **class** `Plugin(BaseModel)` ### *method* `__hash__(self)`
源代码 ```python def __hash__(self): return hash(self.module_name) ```