mirror of
https://github.com/jaypyles/Scraperr.git
synced 2026-05-04 08:20:40 +00:00
4 lines
87 B
Python
4 lines
87 B
Python
from .common import insert, QUERIES, update
|
|
|
|
__all__ = ["insert", "QUERIES", "update"]
|