lnbits-legend/lnbits/extensions/hivemind/models.py
2021-07-03 17:56:55 -03:00

11 lines
219 B
Python

# 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))