diff options
Diffstat (limited to 'esds/debug.py')
| -rw-r--r-- | esds/debug.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/esds/debug.py b/esds/debug.py index 111b3a7..cac433d 100644 --- a/esds/debug.py +++ b/esds/debug.py @@ -108,3 +108,8 @@ class Debug: } self.write(loop_data) self.logs.clear() + + + +def debug_infos(file): + print("infos") |
