4 lines
94 B
Python
4 lines
94 B
Python
from .matcher import PatternMatcher, MatchResult
|
|
|
|
__all__ = ['PatternMatcher', 'MatchResult']
|