You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
291 B

# 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