6 lines
89 B
Python
Executable File
6 lines
89 B
Python
Executable File
#! /usr/bin/env python
|
|
from centvrion.lsp import run
|
|
|
|
if __name__ == "__main__":
|
|
run()
|