Esempio n. 1
0
 def setUp(self):
     self.client = BaseClient()
Esempio n. 2
0
from __future__ import print_function
from OpenKVK import BaseClient

client = BaseClient()
client.setResponseFormat('py')
print(client.query("SELECT * FROM kvk WHERE kvks = 27312152;"))