feat: reads potentions from ljc file
This commit is contained in:
@@ -8,7 +8,7 @@ from typing_extensions import Self
|
||||
class StateModel(BaseModel):
|
||||
config: PlayerConfig
|
||||
system: System
|
||||
current_cycle: int
|
||||
current_cycle: int = 0
|
||||
|
||||
@classmethod
|
||||
def from_config(cls, config: PlayerConfig) -> Self:
|
||||
|
||||
Reference in New Issue
Block a user