5 lines
86 B
Python
5 lines
86 B
Python
|
from .matcher import SignatureMatcher, Match
|
||
|
|
||
|
class Esp32(SignatureMatcher):
|
||
|
pass
|