From 7ef52c68574b54333c44c5be739049deac3a28ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Wed, 10 Oct 2012 18:34:21 -0300 Subject: Data loader --- lib/completionmanager.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/completionmanager.py (limited to 'lib/completionmanager.py') 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 -- cgit v1.2.3