6 lines
134 B
Python
6 lines
134 B
Python
# -*- coding: utf-8 -*-
|
|
from . import loan_type
|
|
from . import borrower
|
|
from . import loan_interest_policy
|
|
from . import loan_request
|