File size: 226 Bytes
680cf2e | 1 2 3 4 5 6 7 | #!/mnt/bn/bohanzhainas1/jiashuo/miniconda3/envs/active_proaction/bin/python3.10
import sys
from debugpy.server.cli import main
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(main())
|