from tests.os.bulk_import_test_data._def import ImportableThing


# This file is valid Python, but we should skip it because it's not a .py file.

class Class3(ImportableThing):
    pass
