mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-12 10:30:54 +01:00
7 lines
152 B
Python
7 lines
152 B
Python
|
from flask_assets import Environment # type: ignore
|
||
|
from flask_compress import Compress # type: ignore
|
||
|
|
||
|
|
||
|
assets = Environment()
|
||
|
compress = Compress()
|