File Manager

Path: /proc/self/root/opt/alt/python27/lib/python2.7/site-packages/html/

Viewing File: entities.py

from __future__ import absolute_import
from future.utils import PY3

if PY3:
    from html.entities import *
else:
    from future.moves.html.entities import *