aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/future/moves/html/entities.py
diff options
context:
space:
mode:
Diffstat (limited to '.venv/lib/python3.12/site-packages/future/moves/html/entities.py')
-rw-r--r--.venv/lib/python3.12/site-packages/future/moves/html/entities.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/future/moves/html/entities.py b/.venv/lib/python3.12/site-packages/future/moves/html/entities.py
new file mode 100644
index 00000000..56a88609
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/future/moves/html/entities.py
@@ -0,0 +1,8 @@
+from __future__ import absolute_import
+from future.utils import PY3
+
+if PY3:
+ from html.entities import *
+else:
+ __future_module__ = True
+ from htmlentitydefs import *