3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

C/right on python scripts

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-06-10 12:01:47 -07:00
parent d469a16bb8
commit e0068e4065
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# Copyright (c) Microsoft Corporation 2015
import os
import shutil
import re

View file

@ -1,3 +1,5 @@
# Copyright (c) Microsoft Corporation 2015
from z3 import *
x = Real('x')