Move gui.py to remi_ui.py and rename class App to RemiApp

This commit is contained in:
2018-03-04 04:02:49 +01:00
parent 9fe1956508
commit 68f6f8a75b
3 changed files with 5 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
from . import api
from . import gui
from . import remi_ui