mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 10:39:59 +01:00
12 lines
219 B
Python
12 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))
|