ifc2ca, bcf, opencdeserver - add Python 3.9 support

Was breaking due to `|` operator used in annotations instead of `Union`
This commit is contained in:
Andrej
2025-05-28 14:06:07 +05:00
parent a8634a561a
commit 3b50993b21
10 changed files with 10 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with Ifc2CA. If not, see <http://www.gnu.org/licenses/>.
from __future__ import annotations
import json
import os
import subprocess