3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

Adjust imports so z3.z3 is still available in python3 (#5079)

This commit is contained in:
Graydon Hoare 2021-03-04 17:18:39 -08:00 committed by GitHub
parent 38737db802
commit 957d7bfe35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
from .z3 import *
from . import z3
from z3 import *
from . import z3num
from . import z3poly