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