Python: fix up some examples

This commit is contained in:
Gaute Lindkvist
2019-06-14 16:07:09 +02:00
parent 6701e13664
commit 055cb732db
12 changed files with 148 additions and 49 deletions

View File

@@ -3,3 +3,6 @@ from .Case import Case
from .Grid import Grid
from .Properties import Properties
from .Instance import Instance
from .App import App
from .Commands import Commands
from .Project import Project