You've already forked HeurAMS-legacy
style: 代码格式化
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
from .base import BasePuzzle
|
||||
import random
|
||||
|
||||
|
||||
class RecognitionPuzzle(BasePuzzle):
|
||||
"""识别占位符"""
|
||||
|
||||
|
||||
def __init__(self) -> None:
|
||||
super().__init__()
|
||||
|
||||
|
||||
def refresh(self):
|
||||
pass
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user