d81.py 365 B

123456789101112131415
  1. # greaseweazle/image/d81.py
  2. #
  3. # Written & released by Keir Fraser <keir.xen@gmail.com>
  4. #
  5. # This is free and unencumbered software released into the public domain.
  6. # See the file COPYING for more details, or visit <http://unlicense.org>.
  7. from greaseweazle.image.img import IMG
  8. class D81(IMG):
  9. sides_swapped = True
  10. # Local variables:
  11. # python-indent: 4
  12. # End: