mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 05:08:28 +03:00
Refactor loader + step into module, use LazyBaseModule and BaseModule
This commit is contained in:
@@ -3,3 +3,5 @@
|
||||
def example_validator(value):
|
||||
return "example" in value
|
||||
|
||||
def positive_number(value):
|
||||
return value > 0
|
||||
Reference in New Issue
Block a user