Integrate ifcgroups with selector

This commit is contained in:
Vukas Pajic
2022-07-21 16:10:10 +02:00
committed by GitHub
parent f1e0375b6a
commit 29a4f78689
11 changed files with 91 additions and 13 deletions
@@ -20,7 +20,8 @@
class Usecase:
def __init__(self, file, **settings):
self.file = file
self.settings = {"group": None, "attributes": {}}
self.settings = {
"group": None, "attributes": {}}
for key, value in settings.items():
self.settings[key] = value