mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-11-29 04:23:25 +00:00
4 lines
108 B
Python
4 lines
108 B
Python
from .queries import JOB_INSERT_QUERY, DELETE_JOB_QUERY
|
|
|
|
__all__ = ["JOB_INSERT_QUERY", "DELETE_JOB_QUERY"]
|