#30 おやつタイム対応(ブルスカ連携はまだ)

このコミットが含まれているのは:
2024-12-02 16:01:04 +09:00
コミット 719ae99273
11個のファイルの変更157行の追加179行の削除
+2 -1
ファイルの表示
@@ -1,5 +1,6 @@
import subprocess
from ctypes import *
from ctypes import ARRAY # type: ignore
from ctypes import POINTER, byref, c_int, c_ubyte, cast, cdll
class Aques: