Update README.md

This commit is contained in:
Tiago Conceição
2022-04-07 00:21:24 +01:00
parent ba9babfcf5
commit ff1a5072b7
+1 -1
View File
@@ -27,7 +27,7 @@
"""print_layers.py: Print all layers from a file."""
__author__ = "Someone"
__copyright__ = "Copyright 2022, Planet Earth"
from UVToolsBootstrap import *
from UVtoolsBootstrap import *
# Your code here
```