6 lines
92 B
Python
6 lines
92 B
Python
# from pydantic import BaseModel
|
|
|
|
# class Example(BaseModel):
|
|
# id: str
|
|
# wallet: str
|