refactoring
This commit is contained in:
4
app/models/cape.py
Normal file
4
app/models/cape.py
Normal file
@ -0,0 +1,4 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
class CapeUpdate(BaseModel):
|
||||
cape_url: str
|
Reference in New Issue
Block a user