reformating

This commit is contained in:
Crizomb 2023-04-06 10:28:43 +02:00 committed by GitHub
parent 0b0a0aeabb
commit 7d6ebd11a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,4 +54,5 @@ def test2():
result = run_code(code_str1, create_namespace())
print(result)
test2()
if __name__ == "__main__":
test2()