Files
IfcOpenShell/src/ifctester/webapp/__init__.py
T

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

4 lines
42 B
Python
Raw Normal View History

2025-08-29 17:45:30 +05:30
from .serve import app
2025-09-08 14:42:36 +05:00
__all__ = ["app"]