Files
IfcOpenShell/src/ifcopenshell-python/ifcopenshell/api/owner/settings.py
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
162 B
Python
Raw Normal View History

def get_person():
pass
def get_organisation():
pass
settings = {
"ApplicationIdentifier": "",
"ApplicationFullName": "",
"Version": "",
}