EMF_Camp_Badge/launcher/main.py

16 lines
286 B
Python

"""Launcher for apps currently installed"""
___name___ = "Launcher"
___license___ = "MIT"
___categories___ = ["System"]
___dependencies___ = ["shared/test/download.txt"]
___launchable___ = False
___bootstrapped___ = True
import ugfx
ugfx.clear()
print("launcher")