Files
2026-05-30 19:07:01 +02:00

6 lines
89 B
Python
Executable File

#! /usr/bin/env python
from centvrion.lsp import run
if __name__ == "__main__":
run()