mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-14 19:55:56 +00:00
4 lines
87 B
Python
4 lines
87 B
Python
from .common import insert, QUERIES, update
|
|
|
|
__all__ = ["insert", "QUERIES", "update"]
|