Compare commits
2 Commits
43608c736a
...
250fcdf204
| Author | SHA1 | Date | |
|---|---|---|---|
| 250fcdf204 | |||
| 04471b1a44 |
@ -102,7 +102,7 @@ class Config:
|
||||
@classmethod
|
||||
def from_dict(cls: Type[ConfigInst], source: dict[str, Any]) -> ConfigInst:
|
||||
"""
|
||||
Create Config from a dict.
|
||||
Create Config from a dict (with the same format as the config file).
|
||||
"""
|
||||
# create the correct AI type instances
|
||||
ais: dict[str, AIConfig] = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user