Update html_to_cpp.py

This commit is contained in:
rzeldent
2022-09-19 11:35:53 +02:00
committed by GitHub
parent 33892c4e59
commit 49de2b3763

View File

@@ -1,4 +1,4 @@
# pip install Pillow
#!/usr/bin/python3
import os
import sys
@@ -43,4 +43,4 @@ for file_name in file_names:
output_file.close()
print('Done.')
print('Done.')