6 lines
No EOL
91 B
Python
6 lines
No EOL
91 B
Python
from parser import Parser
|
|
|
|
|
|
class ShellParser(Parser):
|
|
def __init__(self):
|
|
pass |