mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
14 lines
162 B
Python
14 lines
162 B
Python
def get_person():
|
|
pass
|
|
|
|
|
|
def get_organisation():
|
|
pass
|
|
|
|
|
|
settings = {
|
|
"ApplicationIdentifier": "",
|
|
"ApplicationFullName": "",
|
|
"Version": "",
|
|
}
|