From 4a439a96abb04537152c99d170e84e79ae941ef1 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 23 Sep 2022 20:06:21 +0200 Subject: Refactor folder structure This removes the `install` target. Should be re-introduced later. --- main.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 main.py (limited to 'main.py') diff --git a/main.py b/main.py new file mode 100755 index 0000000..569202e --- /dev/null +++ b/main.py @@ -0,0 +1,21 @@ +#!/usr/bin/python3 +# vim: shiftwidth=4 tabstop=4 expandtab + + +"""Main Executable of xbackup + +Have a look at https://cgit.xengineering.eu/xbackup for details. +""" + + +from xbackup import script + + +def main(): + """Main Function of this Script""" + + script.run() + + +if __name__ == "__main__": + main() -- cgit v1.2.3-70-g09d2