rename main.py to jam

This commit is contained in:
Ian Jauslin 2021-10-16 19:22:39 -04:00
parent e72308fd97
commit 12f2d0e0f2

2
main.py → jam Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
from kivy.app import App
from kivy.uix.widget import Widget
from kivy.uix.boxlayout import BoxLayout