mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-25 15:10:41 +01:00
7 lines
93 B
Python
7 lines
93 B
Python
|
# from pydantic import BaseModel
|
||
|
|
||
|
# class Example(BaseModel):
|
||
|
# id: str
|
||
|
# wallet: str
|
||
|
|