Update comments

This commit is contained in:
Billy
2025-03-11 09:04:19 +11:00
parent 907d960745
commit 3e9e45b177
2 changed files with 7 additions and 6 deletions

View File

@@ -230,7 +230,6 @@ class ModelConfigBase(ABC, BaseModel):
To create a new config type, inherit from this class and implement its interface:
- (mandatory) override methods 'matches' and 'parse'
- (mandatory) define fields 'type' and 'format' as class attributes
- (mandatory) return field 'base' in 'matches' return value OR as a class attribute
- (optional) override method 'get_tag'
- (optional) override field _MATCH_SPEED