소스 검색

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'''
 
 from .monetars import Monetar
+from .sale_invoices import BoltSaleInvoice
+from .partners import Partner
 from .utils import (convert_date_format, get_last_month)