linspector-old/lib/parsers/shell.py

6 lines
No EOL
91 B
Python

from parser import Parser
class ShellParser(Parser):
def __init__(self):
pass