Files
IfcOpenShell/src/bcfserver/app.py
T
2021-08-04 12:14:24 +10:00

5 lines
76 B
Python

from website import app
if __name__ == "__main__":
app.run(debug=True)