summaryrefslogtreecommitdiffstats
path: root/fooconf
diff options
context:
space:
mode:
Diffstat (limited to 'fooconf')
-rwxr-xr-xfooconf6
1 files changed, 6 insertions, 0 deletions
diff --git a/fooconf b/fooconf
new file mode 100755
index 0000000..c4e79db
--- /dev/null
+++ b/fooconf
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+
+from fooconflib import *;
+
+c = FooConfContext();