6 lines
101 B
Python
6 lines
101 B
Python
from .HersheyFonts import main
|
|
|
|
if __name__ == "__main__":
|
|
print('Running demo')
|
|
main()
|