コード例 #1
0
 def __init__(self, api_key, config=None):
     if config is None:
         config = TwistedConfig()
     LDClient.__init__(self, api_key, config)