i think most of this works lole

This commit is contained in:
2025-04-24 23:34:13 -04:00
parent 210a033695
commit 56ba750aad
50 changed files with 154001 additions and 2606 deletions

View File

@@ -1,6 +1,5 @@
from app.models.tcgplayer_product import TCGPlayerProduct
from sqlalchemy.orm import Session
from app.models.tcgplayer_products import TCGPlayerProduct
class InventoryProductContext:
def __init__(self, product: TCGPlayerProduct, db: Session):
self.product = product