mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-02-12 17:39:57 +08:00
309 B
309 B
title |
---|
liteyuki.plugin.model |
class PluginType(Enum)
class PluginMetadata(BaseModel)
class Plugin(BaseModel)
method __hash__(self)
Source code
def __hash__(self):
return hash(self.module_name)