mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
Reintroduce public API for IfcTester after ruff purge 72f8218fcd
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
# You should have received a copy of the GNU Lesser General Public License
|
# You should have received a copy of the GNU Lesser General Public License
|
||||||
# along with IfcTester. If not, see <http://www.gnu.org/licenses/>.
|
# along with IfcTester. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
from .ids import open as open
|
from .ids import open
|
||||||
|
|
||||||
__version__ = version = "0.0.0"
|
__version__ = version = "0.0.0"
|
||||||
|
__all__ = ["open"]
|
||||||
|
|||||||
@@ -28,14 +28,21 @@ from xmlschema import XMLSchema, etree_tostring
|
|||||||
from xmlschema.validators.exceptions import XMLSchemaValidationError
|
from xmlschema.validators.exceptions import XMLSchemaValidationError
|
||||||
|
|
||||||
from .facet import (
|
from .facet import (
|
||||||
|
Attribute,
|
||||||
Cardinality,
|
Cardinality,
|
||||||
|
Classification,
|
||||||
Entity,
|
Entity,
|
||||||
Facet,
|
Facet,
|
||||||
FacetFailure,
|
FacetFailure,
|
||||||
|
Material,
|
||||||
|
PartOf,
|
||||||
|
Property,
|
||||||
|
Restriction,
|
||||||
get_pset,
|
get_pset,
|
||||||
get_psets,
|
get_psets,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
__all__ = ["Attribute", "Classification", "Entity", "Material", "PartOf", "Property", "Restriction"]
|
||||||
cwd = os.path.dirname(os.path.realpath(__file__))
|
cwd = os.path.dirname(os.path.realpath(__file__))
|
||||||
schema = None
|
schema = None
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user