EMF_Camp_Badge/launcher/main.py

10 lines
208 B
Python

"""Launcher for apps currently installed"""
___name___ = "Launcher"
___license___ = "MIT"
___categories___ = ["System"]
___launchable___ = False
___bootstrapped___ = True
print("launcher")