X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=client%2Fio.py;h=df6f2f81c8bb6f925dc113b5a3a3722c91f91254;hb=0a56367e8396b2ece4c1bce8a25e93ceabd901c1;hp=7927f507a6ebb87e986d2c99456af8b24dbe7a31;hpb=08f8592f1a1e5d340b6c2372551f0a3da28a07d8;p=plomrogue diff --git a/client/io.py b/client/io.py index 7927f50..df6f2f8 100644 --- a/client/io.py +++ b/client/io.py @@ -1,5 +1,11 @@ +# This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3 +# or any later version. For details on its copyright, license, and warranties, +# see the file NOTICE in the root directory of the PlomRogue source package. + + from client.config.io import io + def send(string): io["file_out"].write(string + "\n") io["file_out"].flush()