from src.main import get_project_controller_by_type

project = get_project_controller_by_type()
project.mutation_test()
