Explorar el Código

import Boltsaleinv + Partner

vnc-console hace 3 meses
padre
commit
7b61839cff
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      py_mentor_imports/__init__.py

+ 2 - 0
py_mentor_imports/__init__.py

@@ -1,4 +1,6 @@
 '''Created on 13 May 2024 @author: vnc-console'''
 
 from .monetars import Monetar
+from .sale_invoices import BoltSaleInvoice
+from .partners import Partner
 from .utils import (convert_date_format, get_last_month)