From e1103904fbdd9b54b53075956c279271c17e9a8f Mon Sep 17 00:00:00 2001 From: antialias Date: Mon, 13 Aug 2012 22:53:40 -0700 Subject: First (non-working) pass at abstracting exisiting functionality into OO framework. --- src/leap/Configuration.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/leap/Configuration.py (limited to 'src/leap/Configuration.py') diff --git a/src/leap/Configuration.py b/src/leap/Configuration.py new file mode 100644 index 00000000..b0ab2bf2 --- /dev/null +++ b/src/leap/Configuration.py @@ -0,0 +1,11 @@ +""" +Configuration Base Class +""" + +class Configuration(object): + """ + I have no idea how configuration (txt vs. sqlite) will be done, but let's stub it now. + """ + pass + + -- cgit v1.2.3