From d27668545177289ce6f4d9e6de31405cdb66ba97 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 26 Jul 2020 10:12:26 +0100 Subject: [PATCH] Add dummy EDMarketConnector.py and EDMC.py They just tell you to check the README.md --- EDMC.py | 13 +++++++++++++ EDMarketConnector.py | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 EDMC.py create mode 100644 EDMarketConnector.py diff --git a/EDMC.py b/EDMC.py new file mode 100644 index 00000000..ba2d68f9 --- /dev/null +++ b/EDMC.py @@ -0,0 +1,13 @@ +#!/usr/bin/env python + +print(""" +**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!! +**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!! +**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!! + + Please see README.md, you're using the wrong git branch now! + +**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!! +**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!! +**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!! +""") diff --git a/EDMarketConnector.py b/EDMarketConnector.py new file mode 100644 index 00000000..ba2d68f9 --- /dev/null +++ b/EDMarketConnector.py @@ -0,0 +1,13 @@ +#!/usr/bin/env python + +print(""" +**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!! +**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!! +**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!! + + Please see README.md, you're using the wrong git branch now! + +**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!! +**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!! +**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!!**^^%%--!! +""")