コード例 #1
0
ファイル: Accounts.py プロジェクト: DylanDu123/zhihuSpider
 def __init__(self):
     super(Account, self).__init__()
     self.session = BaseAPI.get_session()
コード例 #2
0
 def __init__(self):
     super(Logincontrol, self).__init__()
     self.session = BaseAPI.get_session()