EMF_Camp_Badge/settings/main.py

10 lines
208 B
Python
Raw Normal View History

2018-07-15 06:53:48 -04:00
"""Generic setting used by different apps"""
___name___ = "Settings"
___license___ = "GPL"
___categories___ = ["System"]
___launchable___ = True
___bootstrapped___ = True
print("settings")