Initial release

This commit is contained in:
etienne-hd
2025-08-21 23:50:34 +02:00
commit dfbbcbdbbb
15 changed files with 618 additions and 0 deletions

2
searcher/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from .searcher import Searcher
from .logger import logger