python单例模式4种方法 1.通过模块调用 2.通过`__new__`方法调用 3.通过装饰器调用 4.通过元类(metaclass)