# this script must be placed in the davinci resolve script folder

from davinci_rest.server import launch
import sys

print("DaVinci Resolve Python Version:", sys.version)
print("Python Executable:", sys.executable)

launch(resolve, port=5001) # type: ignore
