From 703076b27dc5c25a4ea622990ee99d3560229dc4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 5 Jun 2018 00:32:16 +0200 Subject: [PATCH] initial commit --- authenticator.py | 2 ++ cleanup.py | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 authenticator.py create mode 100644 cleanup.py diff --git a/authenticator.py b/authenticator.py new file mode 100644 index 0000000..faa18be --- /dev/null +++ b/authenticator.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- diff --git a/cleanup.py b/cleanup.py new file mode 100644 index 0000000..faa18be --- /dev/null +++ b/cleanup.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*-