ServerPortfolio
2.0
Python parsers and server
|
Define an abstract base class for specific Parsers. More...
Classes | |
class | AbstractParser |
Define 2 abstract methods which need to be overridden by the Parsers and a generic algorithm (run_parser) for parsing the data. More... | |
Define an abstract base class for specific Parsers.
Last Changed