Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
future
/
moves
/
html
📤 Upload
📝 New File
📁 New Folder
Close
Editing: entities.py
from __future__ import absolute_import from future.utils import PY3 if PY3: from html.entities import * else: __future_module__ = True from htmlentitydefs import *
Save
Cancel