Update print_layers.py

This commit is contained in:
Tiago Conceição
2022-04-07 00:21:10 +01:00
parent 6492dbeee8
commit ba9babfcf5
+1 -1
View File
@@ -2,7 +2,7 @@
"""print_layers.py: Print all layers from a file."""
__author__ = "Someone"
__copyright__ = "Copyright 2022, Planet Earth"
from UVToolsBootstrap import *
from UVtoolsBootstrap import *
file = input('Input the file path: ')