View csa_usi_bridge_4fg.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# floodgate専用スクリプト @bleu48 2022.2.15 | |
# 元ネタ https://github.com/ishidakei/python-shogi/blob/master/scripts/csa_usi_bridge.py | |
from __future__ import print_function, unicode_literals | |
import re | |
import subprocess | |
import os | |
import sys |