Closed 1blankz7 closed 9 years ago
To allow different search engines we must separate the engine from the main loop.
I would suggest some along those lines.
class XYZEngine: def find(search:str) -> Maybe[Result, Error]: pass
To allow different search engines we must separate the engine from the main loop.
I would suggest some along those lines.