generateur_v3/backend/api/testing.py

4 lines
50 B
Python

t = "test = 12"
locs ={}
exec(t, globals(), locs)