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

17 lines
291 B
Python

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