From 8f5edf9d4456b4f619ac0638194c998515ff7330 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Tue, 5 Dec 2017 13:22:48 +0100 Subject: [PATCH] Branding in toolkit files. --- bin/findtargets.py | 7 +++++++ bin/makemkp.py | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/bin/findtargets.py b/bin/findtargets.py index 1fe1c15..ec10b95 100644 --- a/bin/findtargets.py +++ b/bin/findtargets.py @@ -1,5 +1,12 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# _______ __ _ ____ __ +# | | \ | |___ \ / / +# | | \| | __) | / /-,_ +# | | |\ |/ __/ /__ _| +# |_______|_| \__|_____| |_| +# +# @author Markus Birth import configparser import os diff --git a/bin/makemkp.py b/bin/makemkp.py index 1d37780..1ac8ee2 100644 --- a/bin/makemkp.py +++ b/bin/makemkp.py @@ -1,5 +1,12 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# _______ __ _ ____ __ +# | | \ | |___ \ / / +# | | \| | __) | / /-,_ +# | | |\ |/ __/ /__ _| +# |_______|_| \__|_____| |_| +# +# @author Markus Birth import configparser import json