logging skeleton

This commit is contained in:
2018-08-22 03:36:15 +02:00
parent 2fb60fce07
commit e6412946e8

2
python-server/log.py Normal file
View File

@@ -0,0 +1,2 @@
def log(string):
print(string)