subscription generative
This commit is contained in:
+2
-19
@@ -1,16 +1,4 @@
|
||||
# from .customer import Customer
|
||||
from .account import Account
|
||||
# from .loan import Loan
|
||||
# from .transaction import Transaction
|
||||
# from .repayment import Repayment
|
||||
# from .loan_charge import LoanCharge
|
||||
# from .offer import Offer
|
||||
# from .charge import Charge
|
||||
# from .rac_checks import RACCheck
|
||||
# from .loan_repayment_schedule import LoanRepaymentSchedule
|
||||
# from .transaction_offers import TransactionOffer
|
||||
# from .repayments_data import RepaymentsData
|
||||
# from .salary import Salary
|
||||
from .members import Members
|
||||
from .products import Products
|
||||
from .members_products import MembersProducts
|
||||
@@ -27,17 +15,12 @@ from .subscription_options_items import SubscriptionOptionsItems
|
||||
from .products_templates import ProductsTemplates
|
||||
from .payments_session import PaymentsSession
|
||||
from .payments import Payments
|
||||
|
||||
|
||||
|
||||
from .subscription_generative import SubscriptionGenerative
|
||||
|
||||
|
||||
__all__ = ['Members', 'Account', 'Products',
|
||||
'MembersProducts', 'MembersActions', 'MembersPending', 'ProductsDetails',
|
||||
'ProvisionActions', 'MembersProductsRefresh','MembersProductsSettings',
|
||||
'PasswordReset','MembersProfile','SubscriptionOptions','SubscriptionOptionsItems',
|
||||
'ProductsTemplates','Payments','PaymentsSession']
|
||||
'ProductsTemplates','Payments','PaymentsSession','SubscriptionGenerative']
|
||||
|
||||
# 'Loan', 'Transaction', 'Repayment', 'Customer',
|
||||
# 'LoanCharge', 'Offer', 'Charge', 'RACCheck', 'LoanRepaymentSchedule',
|
||||
# 'TransactionOffer', 'RepaymentsData', 'Salary'
|
||||
Reference in New Issue
Block a user