Страница с Кубсатами

This commit is contained in:
2025-11-19 17:36:39 +03:00
parent 4d7cc9f667
commit 66e1929978
12 changed files with 1429 additions and 159 deletions

View File

@@ -49,6 +49,10 @@ from .map import (
ShowSourceAveragingStepsMapView,
ClusterTestView,
)
from .kubsat import (
KubsatView,
KubsatExportView,
)
__all__ = [
# Base
@@ -102,4 +106,7 @@ __all__ = [
'ShowSourceWithPointsMapView',
'ShowSourceAveragingStepsMapView',
'ClusterTestView',
# Kubsat
'KubsatView',
'KubsatExportView',
]