[WS] Move simple functions into lib

git-svn-id: svn://kolibrios.org@9370 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-12-03 16:22:06 +00:00
parent 904c78d4e4
commit 4e971e9d6d
6 changed files with 47 additions and 43 deletions

4
_tools/lib/logging.py Normal file
View File

@@ -0,0 +1,4 @@
def log(s, end = "\n"):
print(s, end = end, flush = True)