generateur_v3/backend/api/testing.py
2023-02-28 10:21:08 +01:00

4 lines
50 B
Python

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