This commit is contained in:
long2ice
2022-11-07 16:39:17 +08:00
parent 91e6e51ec7
commit 8f0920d0d7
10 changed files with 21 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
import abc
from typing import Tuple, Optional
from typing import Optional, Tuple
class Backend: