from socketLib import ISocket

komm_s = ISocket()
komm_s.verbinden('127.0.0.1', 5000)

antwort = komm_s.empfangeStringBis(0)

print(antwort)