add hivemind placeholder extension.

This commit is contained in:
fiatjaf
2021-07-03 17:56:55 -03:00
parent 5ac81a7849
commit 81e3424232
7 changed files with 88 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))