python (3.11.7)

(root)/
lib/
python3.11/
test/
test_json/
__main__.py
       1  import unittest
       2  from test.test_json import load_tests
       3  
       4  unittest.main()