from ogn.parser import parse as parse_module # noqa: F40 --- 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 # noqa: F401 from ogn.parser.exceptions import ParseError, AprsParseError, OgnParseError # noqa: F401