This commit is contained in:
2026-05-30 19:07:01 +02:00
parent 1d6a93be32
commit 4da250ec85
13 changed files with 724 additions and 3 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#! /usr/bin/env python
from centvrion.lsp import run
if __name__ == "__main__":
run()