@author jackzhenguo @desc @date 2019/3/15
object 是所有类的基类
In [1]: o = object() In [2]: type(o) Out[2]: object