5 lines
136 B
Python
5 lines
136 B
Python
from .authentication import auth_bp
|
|
from .eligibility import eligibility_bp
|
|
from .loan import loan_bp
|
|
from .autocall import autocall_bp
|