if !has('pythonx')
  finish
endif

" set debug=msg,throw
pythonx import format

function! format#clang_format() abort
  pythonx format.clang_format()
endfunction

function! format#yapf() abort
  pythonx format.yapf()
endfunction