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:
parent
38737db802
commit
957d7bfe35
|
@ -1,4 +1,5 @@
|
|||
from .z3 import *
|
||||
from . import z3
|
||||
from z3 import *
|
||||
|
||||
from . import z3num
|
||||
from . import z3poly
|
||||
|
|
Loading…
Reference in a new issue