This commit is contained in:
Andrej730
2024-06-24 11:20:04 +05:00
parent b45b0f2c81
commit 0b901bff5f
7 changed files with 23 additions and 14 deletions
@@ -17,9 +17,11 @@
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
from __future__ import annotations
import sys
import nodes
import templates
import schema
class Mapping:
@@ -55,7 +57,7 @@ class Mapping:
]
)
def __init__(self, schema):
def __init__(self, schema: schema.Schema):
self.schema = schema
def flatten_type_string(self, type):