Skip to content
Snippets Groups Projects
Commit 4c91b3f7 authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Updated codebase for 2019 VM.

parent eb2485c3
Branches class
No related tags found
No related merge requests found
...@@ -2,5 +2,4 @@ ...@@ -2,5 +2,4 @@
*.pyo *.pyo
.idea .idea
.buildozer
bin bin
from kivy.app import App from kivy.app import App
# noinspection PyUnresolvedReferences # noinspection PyUnresolvedReferences
from first_screen import FirstScreen from first_screen import FirstScreen # pylint: disable=unused-import
# noinspection PyUnresolvedReferences # noinspection PyUnresolvedReferences
from second_screen import SecondScreen from second_screen import SecondScreen # pylint: disable=unused-import
class TwoScreenApp(App): class TwoScreenApp(App):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment