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