add encar scraper

This commit is contained in:
qananasikq
2026-04-16 18:01:05 +03:00
parent 5624c1973a
commit 4096d29a07
28 changed files with 3472 additions and 150 deletions

View File

@@ -0,0 +1,3 @@
from .app import create_app
__all__ = ["create_app"]