general mindustry schematic tools
Diffstat (limited to 'pix2msch/core.py')
| -rw-r--r-- | pix2msch/core.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pix2msch/core.py b/pix2msch/core.py index 990ae1e..1b48d85 100644 --- a/pix2msch/core.py +++ b/pix2msch/core.py @@ -1,3 +1,5 @@ +# modified from ado1928/pix2msch
+
try:
import struct, zlib, os, base64
from PIL import Image
|