JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrJFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrfrom __future__ import annotations import sys if sys.version_info >= (3, 11): from tomllib import TOMLDecodeError, load, loads else: from tomli import TOMLDecodeError, load, loads __all__ = [ 'TOMLDecodeError', 'load', 'loads', ]