mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-25 15:10:41 +01:00
6 lines
148 B
Python
6 lines
148 B
Python
|
from lnbits.core.models import CoreAppExtra
|
||
|
from lnbits.db import Database
|
||
|
|
||
|
db = Database("database")
|
||
|
core_app_extra: CoreAppExtra = CoreAppExtra()
|