Files
wallter/plotter-app/venv/lib/python3.8/site-packages/HersheyFonts/__main__.py
2024-11-20 17:17:14 +01:00

6 lines
101 B
Python

from .HersheyFonts import main
if __name__ == "__main__":
print('Running demo')
main()