renamed parser/ to parsers/
This commit is contained in:
parent
0e6634a025
commit
327e2e9ab2
2 changed files with 0 additions and 0 deletions
|
|
@ -1,14 +0,0 @@
|
|||
|
||||
class Parser:
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def parse_data(self, data):
|
||||
self.pre_parse(data)
|
||||
return self.generate_parse_result(data)
|
||||
|
||||
def pre_parse(self, data):
|
||||
pass
|
||||
|
||||
def generate_parse_result(self, result):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue