Create models.py

This commit is contained in:
Arc
2020-04-10 22:05:31 +01:00
committed by GitHub
parent d282e6dea6
commit 77d8851009

View File

@ -0,0 +1,8 @@
from typing import NamedTuple
class TPoS(NamedTuple):
id: str
wallet: str
name: str
currency: str