Files
IfcOpenShell/src/bcfserver/app.py
T

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

5 lines
76 B
Python
Raw Normal View History

2021-08-04 07:44:24 +05:30
from website import app
if __name__ == "__main__":
app.run(debug=True)