Add useragreement screen on first run of Cura

CURA-4501
This commit is contained in:
Mark 2017-10-28 15:43:01 +02:00
parent fb88dd6326
commit 5db0fc7785
5 changed files with 130 additions and 0 deletions

View file

@ -0,0 +1,10 @@
# Copyright (c) 2015 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from . import UserAgreement
def getMetaData():
return {}
def register(app):
return {"extension": UserAgreement.UserAgreement()}