mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-08 16:56:04 +00:00
* feat: replace mongodb with sqllite * feat: update docker compose to drop mongo * chore: drop logs * chore: cleanup * fix: unit tests * fix: workflow * fix: workflow run
4 lines
57 B
Python
4 lines
57 B
Python
from .schema import INIT_QUERY
|
|
|
|
__all__ = ["INIT_QUERY"]
|