First commit
This commit is contained in:
6
bagheera_query_parser_lib/__init__.py
Normal file
6
bagheera_query_parser_lib/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from .bagheera_query_parser import BagheeraQueryParser
|
||||
|
||||
|
||||
def parse_date(query):
|
||||
parser = BagheeraQueryParser()
|
||||
return parser.parse_date(query)
|
||||
Reference in New Issue
Block a user