Apply current workspace changes

This commit is contained in:
2026-04-22 01:52:21 +08:00
parent cf34b9a8ed
commit cb518b431f
449 changed files with 92252 additions and 321 deletions
+2 -1
View File
@@ -31,9 +31,10 @@ def _bootstrap() -> None:
from .isce2_engine import Isce2Engine
from .landsar_engine import LandsarEngine
from .pyint_engine import PyintEngine
from .sarscape_engine import SarscapeEngine
for engine in (SarscapeEngine(), Isce2Engine(), LandsarEngine()):
for engine in (SarscapeEngine(), Isce2Engine(), PyintEngine(), LandsarEngine()):
register(engine)