from ogn.parser import parse as parse_module # only for test functions. Without this a mock of parse would mock the function instead of the module from ogn.parser.parse import parse, parse_aprs, parse_comment # flake8: noqa from ogn.parser.exceptions import ParseError, AprsParseError, OgnParseError, AmbigousTimeError # flake8: noqa