Create models.py
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
from typing import NamedTuple
|
||||||
|
|
||||||
|
|
||||||
|
class TPoS(NamedTuple):
|
||||||
|
id: str
|
||||||
|
wallet: str
|
||||||
|
name: str
|
||||||
|
currency: str
|
||||||
Reference in New Issue
Block a user