package com.rusefi.can; import java.io.IOException; public class CanAmMG1Sandbox { public static void main(String[] args) throws IOException { String inputFolderName = "C:\\stuff\\rusefi_documentation\\OEM-Docs\\CanAm\\maverick-x3-xrs-turbo-rr-max-2021\\"; Launcher.main(new String[]{inputFolderName}); } }