fix: add python config

This commit is contained in:
Barrett Ruth 2025-09-21 01:12:16 -04:00
parent c9ed129bd5
commit d26fd29c52
2 changed files with 6 additions and 5 deletions

View file

@ -8,11 +8,8 @@ M.PYTHON = 'python'
---@type table<string, string>
M.filetype_to_language = {
cc = M.CPP,
cxx = M.CPP,
python = M.PYTHON,
cpp = M.CPP,
py = M.PYTHON,
py3 = M.PYTHON,
}
---@type table<string, string>

View file

@ -96,7 +96,11 @@ if __name__ == "__main__":
if __name__ == "__main__":
solve()]],
cses = [[{}]],
cses = [[def solve():
{}
if __name__ == "__main__":
solve()]],
},
}