mirror of
https://github.com/ChronosX88/PySca.git
synced 2025-01-31 04:26:28 +00:00
Rename analyzer to filter
This commit is contained in:
parent
013aa80ef8
commit
da6a6b5e6e
@ -1,6 +1,6 @@
|
||||
from abc import ABC, abstractmethod
|
||||
|
||||
class AbstractAnalyzer(ABC):
|
||||
class AbstractFilter(ABC):
|
||||
@abstractmethod
|
||||
def analyze(self, result) -> object:
|
||||
pass
|
Loading…
x
Reference in New Issue
Block a user