austinmcconnell/mortgage

View on GitHub
mortgage/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# -*- coding: utf-8 -*-

#  __       __                       __
# |  \     /  \                     |  \
# | $$\   /  $$  ______    ______  _| $$_     ______    ______    ______    ______
# | $$$\ /  $$$ /      \  /      \|   $$ \   /      \  |      \  /      \  /      \
# | $$$$\  $$$$|  $$$$$$\|  $$$$$$\\$$$$$$  |  $$$$$$\  \$$$$$$\|  $$$$$$\|  $$$$$$\
# | $$\$$ $$ $$| $$  | $$| $$   \$$ | $$ __ | $$  | $$ /      $$| $$  | $$| $$    $$
# | $$ \$$$| $$| $$__/ $$| $$       | $$|  \| $$__| $$|  $$$$$$$| $$__| $$| $$$$$$$$
# | $$  \$ | $$ \$$    $$| $$        \$$  $$ \$$    $$ \$$    $$ \$$    $$ \$$     \
#  \$$      \$$  \$$$$$$  \$$         \$$$$  _\$$$$$$$  \$$$$$$$ _\$$$$$$$  \$$$$$$$
#                                           |  \__| $$          |  \__| $$
#                                            \$$    $$           \$$    $$
#                                             \$$$$$$             \$$$$$$

__author__ = 'Austin McConnell'
__email__ = 'austin.s.mcconnell@gmail.com'
__version__ = '1.0.5'

from mortgage.loan import Loan