summaryrefslogtreecommitdiff
path: root/lib/completionmanager.py
diff options
context:
space:
mode:
authorRaúl Benencia <rul@kalgan.cc>2012-10-10 18:34:21 -0300
committerRaúl Benencia <rul@kalgan.cc>2012-10-10 18:34:21 -0300
commit7ef52c68574b54333c44c5be739049deac3a28ec (patch)
treed86418475ecaf17087a40c90a26c31519b770e5c /lib/completionmanager.py
parentb3fcf3b4e9dc49b0736e8ba1dfdab2e225999c6d (diff)
Data loader
Diffstat (limited to 'lib/completionmanager.py')
-rw-r--r--lib/completionmanager.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/completionmanager.py b/lib/completionmanager.py
new file mode 100644
index 0000000..fe6f099
--- /dev/null
+++ b/lib/completionmanager.py
@@ -0,0 +1,9 @@
+class CompletionManager:
+ def __init__(self):
+ pass
+
+ def generate_commands(self):
+ pass
+
+ def generate_parameters(self):
+ pass
nihil fit ex nihilo