<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">from __future__ import absolute_import

from future.utils import PY2

if PY2:
    from ConfigParser import *
else:
    from configparser import *
</pre></body></html>