refactor: project structure, move all source into /lbc-finder

This commit is contained in:
etienne-hd
2026-03-06 16:07:44 +01:00
parent 6764ebf631
commit fee4101455
9 changed files with 0 additions and 0 deletions

View File

@@ -1,9 +0,0 @@
from searcher import Searcher
from config import CONFIG
def main() -> None:
searcher = Searcher(searches=CONFIG)
searcher.start()
if __name__ == "__main__":
main()