diff options
Diffstat (limited to 'lib/completionmanager.py')
-rw-r--r-- | lib/completionmanager.py | 9 |
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 |