5 lines
92 B
Python
5 lines
92 B
Python
from continuedev.server.main import run_server
|
|
|
|
if __name__ == "__main__":
|
|
run_server()
|