瀏覽代碼

import Boltsaleinv + Partner

vnc-console 3 月之前
父節點
當前提交
7b61839cff
共有 1 個文件被更改,包括 2 次插入0 次删除
  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'''
 '''Created on 13 May 2024 @author: vnc-console'''
 
 
 from .monetars import Monetar
 from .monetars import Monetar
+from .sale_invoices import BoltSaleInvoice
+from .partners import Partner
 from .utils import (convert_date_format, get_last_month)
 from .utils import (convert_date_format, get_last_month)