move local runner

This commit is contained in:
Daniel Roth 2026-04-24 12:49:54 +00:00
parent 1d4655c3c4
commit b3096b52ad

View file

@ -5,7 +5,6 @@ Parse a local site-notes PDF and load the result into the database.
Usage:
python local_runner.py <pdf_path>
"""
import sys
from typing import List, Optional, Tuple
from backend.app.db.connection import db_session