在Python中创建了一个MongoDB的类class MongoAPI(object):def init(self,db_ip):self.db_ip=db_ip省略为什么括号里会有object,是什么意思?继承父类的话父类不应该首字母大写吗?