#! /usr/bin/env python
from centvrion.lsp import run

if __name__ == "__main__":
  run()
