mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 08:52:27 +00:00
fix support for Python <3.11
This commit is contained in:
@@ -17,7 +17,8 @@
|
|||||||
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
|
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
import zipfile
|
import zipfile
|
||||||
from typing import IO, Union, TypedDict, NotRequired
|
from typing import IO, Union, TypedDict
|
||||||
|
from typing_extensions import NotRequired
|
||||||
|
|
||||||
|
|
||||||
class HeaderMetadata(TypedDict):
|
class HeaderMetadata(TypedDict):
|
||||||
|
|||||||
Reference in New Issue
Block a user