__init__.py 224 B

1234567891011
  1. # Copyright (c) 2015 Ultimaker B.V.
  2. # Cura is released under the terms of the LGPLv3 or higher.
  3. from . import SliceInfo
  4. def getMetaData():
  5. return {}
  6. def register(app):
  7. return { "extension": SliceInfo.SliceInfo()}