Add lots of comments and logs

This commit is contained in:
Richard Chien
2018-07-21 00:46:34 +08:00
parent 1c78eb1b80
commit 21db23168f
8 changed files with 94 additions and 34 deletions

View File

@ -1,3 +1,10 @@
"""
Provide logger object.
Any other modules in "none" should use "logger" from this module
to log messages.
"""
import logging
import sys