X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=client%2Fio.py;h=df6f2f81c8bb6f925dc113b5a3a3722c91f91254;hb=HEAD;hp=7927f507a6ebb87e986d2c99456af8b24dbe7a31;hpb=3d4ef72a869787ade399af85a42ab0aef9d73766;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()