Create models.py

This commit is contained in:
Arc 2020-04-10 22:05:31 +01:00 committed by GitHub
parent d282e6dea6
commit 77d8851009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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