LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
motherbot/__init__.py
motherbot/main.py
motherbot.egg-info/PKG-INFO
motherbot.egg-info/SOURCES.txt
motherbot.egg-info/dependency_links.txt
motherbot.egg-info/entry_points.txt
motherbot.egg-info/requires.txt
motherbot.egg-info/top_level.txt
motherbot/constants/__init__.py
motherbot/constants/commands.py
motherbot/constants/info_messages.py
motherbot/constants/questions.py
motherbot/constants/validation.py
motherbot/contacts/__init__.py
motherbot/contacts/address.py
motherbot/contacts/address_book.py
motherbot/contacts/birthday.py
motherbot/contacts/email.py
motherbot/contacts/name.py
motherbot/contacts/phone.py
motherbot/contacts/record.py
motherbot/controllers/__init__.py
motherbot/controllers/contacts_controllers.py
motherbot/controllers/notes_controllers.py
motherbot/decorators/__init__.py
motherbot/decorators/input_error.py
motherbot/helpers/__init__.py
motherbot/helpers/colors.py
motherbot/helpers/completer.py
motherbot/helpers/display.py
motherbot/helpers/editor.py
motherbot/helpers/generate_data.py
motherbot/helpers/help.py
motherbot/helpers/serialize.py
motherbot/helpers/suggest.py
motherbot/helpers/validators.py
motherbot/helpers/welcome.py
motherbot/notes/__init__.py
motherbot/notes/created_on.py
motherbot/notes/note.py
motherbot/notes/notes_book.py
motherbot/notes/remainder.py
motherbot/notes/tag.py
motherbot/notes/text.py
motherbot/notes/title.py