Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Brady James Garvin
separate_screens
Commits
4c91b3f7
Commit
4c91b3f7
authored
Mar 22, 2019
by
Brady James Garvin
Browse files
Updated codebase for 2019 VM.
parent
eb2485c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
4c91b3f7
...
...
@@ -2,5 +2,4 @@
*.pyo
.idea
.buildozer
bin
main.py
View file @
4c91b3f7
from
kivy.app
import
App
# noinspection PyUnresolvedReferences
from
first_screen
import
FirstScreen
from
first_screen
import
FirstScreen
# pylint: disable=unused-import
# noinspection PyUnresolvedReferences
from
second_screen
import
SecondScreen
from
second_screen
import
SecondScreen
# pylint: disable=unused-import
class
TwoScreenApp
(
App
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment