added create method to shell parser
This commit is contained in:
parent
66ab7b6d9c
commit
bbe79a76a3
1 changed files with 5 additions and 1 deletions
|
|
@ -3,4 +3,8 @@ from parser import Parser
|
|||
|
||||
class ShellParser(Parser):
|
||||
def __init__(self):
|
||||
pass
|
||||
pass
|
||||
|
||||
|
||||
def create(kwargs):
|
||||
return ShellParser(**kwargs)
|
||||
Loading…
Add table
Add a link
Reference in a new issue