We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a261944 commit 4579e3dCopy full SHA for 4579e3d
html-css-python/python_scripts/parse_image_links.py
@@ -2,7 +2,7 @@
2
Note: Place this Python file next to gallery.html
3
"""
4
5
-from pathlib import Path
+from html.parser import HTMLParser
6
7
8
class ImageParser(HTMLParser):
0 commit comments