hivemind converted

This commit is contained in:
Tiago vasconcelos
2021-10-28 10:55:22 +01:00
parent 20329c9778
commit ff1e8aff10
7 changed files with 95 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# from sqlite3 import Row
# from typing import NamedTuple
# class Example(NamedTuple):
# id: str
# wallet: str
#
# @classmethod
# def from_row(cls, row: Row) -> "Example":
# return cls(**dict(row))