i think most of this works lole
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user