Files
speckleifc/main.py
T
Jedd Morgan c6574caf24 Repo setup
2025-06-14 15:58:35 +01:00

7 lines
105 B
Python

def main():
print("Hello from ifc-openshell-file-importer!")
if __name__ == "__main__":
main()