File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
mapswipe_workers/mapswipe_workers/project_types Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 22from .arbitrary_geometry .footprint .project import FootprintProject
33from .arbitrary_geometry .footprint .tutorial import FootprintTutorial
44from .media_classification .project import MediaClassificationProject
5+ from .street .project import StreetProject
56from .tile_map_service .change_detection .project import ChangeDetectionProject
67from .tile_map_service .change_detection .tutorial import ChangeDetectionTutorial
78from .tile_map_service .classification .project import ClassificationProject
89from .tile_map_service .classification .tutorial import ClassificationTutorial
910from .tile_map_service .completeness .project import CompletenessProject
1011from .tile_map_service .completeness .tutorial import CompletenessTutorial
11- from .street .project import StreetProject
1212
1313__all__ = [
1414 "ClassificationProject" ,
You can’t perform that action at this time.
0 commit comments