added some args stuff, added dummy shell parser, renamed classes in processors...
This commit is contained in:
parent
65fa8e0871
commit
ae6206c750
33 changed files with 28 additions and 2956 deletions
6
lib/parsers/shell.py
Normal file
6
lib/parsers/shell.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from parser import Parser
|
||||
|
||||
|
||||
class ShellParser(Parser):
|
||||
def __init__(self):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue