delete useless;

append readme
This commit is contained in:
wls2002
2023-09-15 23:50:10 +08:00
parent 4efa9445d5
commit f217d87ac6
7 changed files with 137 additions and 123 deletions

View File

@@ -6,7 +6,7 @@ from .state import State
class Problem:
jitable: bool
jitable = None
def __init__(self, problem_config: ProblemConfig = ProblemConfig()):
self.config = problem_config