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