1
0
forked from bot/app
LiteyukiBot/docs/en/dev/api/plugin/model.md

19 lines
309 B
Markdown
Raw Normal View History

2024-08-21 17:59:21 +08:00
---
title: liteyuki.plugin.model
---
2024-08-29 14:19:39 +08:00
### **class** `PluginType(Enum)`
### **class** `PluginMetadata(BaseModel)`
### **class** `Plugin(BaseModel)`
### *method* `__hash__(self)`
2024-08-21 17:59:21 +08:00
2024-08-29 14:19:39 +08:00
<details>
<summary> <b>Source code</b> </summary>
2024-08-21 17:59:21 +08:00
2024-08-29 14:19:39 +08:00
```python
def __hash__(self):
return hash(self.module_name)
```
</details>
2024-08-21 17:59:21 +08:00