enlightenment-module-edgar/GADGETS/calculator/__init__.py

14 lines
304 B
Python
Raw Normal View History

# This python file use the following encoding: utf-8
import e
class Gadget(e.Gadget):
__gadget_name__ = 'Calculator'
__gadget_vers__ = '0.1'
__gadget_auth__ = 'DaveMDS'
__gadget_mail__ = 'dave@gurumeditation.it'
__gadget_desc__ = 'A pure edje calculator.'
__gadget_vapi__ = 1