Allow heading tags (h1-h6) in ContentSanitizer so news editor headings render
This commit is contained in:
12
services/enhance-worker/app/engines/__init__.py
Normal file
12
services/enhance-worker/app/engines/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from .base import EngineHealth, UpscaleEngine, UpscaleEngineUnavailable, UpscaleResult
|
||||
from .pillow_engine import PillowUpscaleEngine
|
||||
from .realesrgan_ncnn_engine import RealEsrganNcnnEngine
|
||||
|
||||
__all__ = [
|
||||
"EngineHealth",
|
||||
"PillowUpscaleEngine",
|
||||
"RealEsrganNcnnEngine",
|
||||
"UpscaleEngine",
|
||||
"UpscaleEngineUnavailable",
|
||||
"UpscaleResult",
|
||||
]
|
||||
Reference in New Issue
Block a user