EMF_Camp_Badge/settings/main.py

10 lines
208 B
Python

"""Generic setting used by different apps"""
___name___ = "Settings"
___license___ = "GPL"
___categories___ = ["System"]
___launchable___ = True
___bootstrapped___ = True
print("settings")