EMF_Camp_Badge/launcher/main.py

10 lines
208 B
Python
Raw Normal View History

2018-07-15 06:53:48 -04:00
"""Launcher for apps currently installed"""
___name___ = "Launcher"
___license___ = "GPL"
___categories___ = ["System"]
___launchable___ = False
___bootstrapped___ = True
print("launcher")