# typed: strict # frozen_string_literal: true module MooTool module Controllers class DyldLinker < ControllerBase end end end