I want them to turn black
This commit is contained in:
@@ -2,10 +2,12 @@ from sqlite3 import Row
|
||||
from fastapi.param_functions import Query
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class CreateWallet(BaseModel):
|
||||
masterpub: str = Query("")
|
||||
title: str = Query("")
|
||||
|
||||
|
||||
class Wallets(BaseModel):
|
||||
id: str
|
||||
user: str
|
||||
|
||||
Reference in New Issue
Block a user