editor geometries now available in new API

This commit is contained in:
Laura Klünder 2023-12-03 16:37:05 +01:00
parent 70e9e1fb9f
commit 5c203a7a2b
12 changed files with 411 additions and 45 deletions

View file

@ -2,7 +2,7 @@ from dataclasses import fields
from django.core.management.base import BaseCommand
from c3nav.mesh.baseformats import normalize_name, StructType
from c3nav.mesh.baseformats import StructType, normalize_name
from c3nav.mesh.messages import MeshMessage
from c3nav.mesh.utils import indent_c