From 96200dfe5fd92e62936f2aa6fc1ec57afc1c5bbe Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 4 Sep 2021 08:58:12 +0200 Subject: Add debug.py for Development --- src/debug.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/debug.py (limited to 'src/debug.py') diff --git a/src/debug.py b/src/debug.py new file mode 100644 index 0000000..f075e25 --- /dev/null +++ b/src/debug.py @@ -0,0 +1,19 @@ +#!/usr/bin/python3 +# vim: shiftwidth=4 tabstop=4 expandtab + + +"""A Debug Script for Development Purposes""" + + +from xbackup import script + + +def main(): + """main function of this script""" + + script.run() + + +if __name__ == "__main__": + main() + -- cgit v1.2.3-70-g09d2