This commit is contained in:
CHIEFSOFT\ameye
2025-05-09 19:10:32 -04:00
parent af7e0f8624
commit 52ab33f260
+2
View File
@@ -1,4 +1,6 @@
from app.models import Offer, TransactionOffer
import logging
logger = logging.getLogger(__name__)
class OfferAnalysis: