mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +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
|
||||
# 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"
|
||||
__all__ = ["open"]
|
||||
|
||||
@@ -28,14 +28,21 @@ from xmlschema import XMLSchema, etree_tostring
|
||||
from xmlschema.validators.exceptions import XMLSchemaValidationError
|
||||
|
||||
from .facet import (
|
||||
Attribute,
|
||||
Cardinality,
|
||||
Classification,
|
||||
Entity,
|
||||
Facet,
|
||||
FacetFailure,
|
||||
Material,
|
||||
PartOf,
|
||||
Property,
|
||||
Restriction,
|
||||
get_pset,
|
||||
get_psets,
|
||||
)
|
||||
|
||||
__all__ = ["Attribute", "Classification", "Entity", "Material", "PartOf", "Property", "Restriction"]
|
||||
cwd = os.path.dirname(os.path.realpath(__file__))
|
||||
schema = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user