(root)/
Python-3.11.7/
Lib/
test/
test_importlib/
__init__.py
       1  import os
       2  from test.support import load_package_tests
       3  
       4  def load_tests(*args):
       5      return load_package_tests(os.path.dirname(__file__), *args)