# Get standard application class definitions.
import ihApp
# Our own application is a subclass of the iHTML-defined
# Application class.
class ihEmbed(ihApp.Application):
# Class initialization.
def __init__(self,**args):
# Just send control on up to the superclass.
apply(ihApp.Application.__init__,(self,),args)
# Make our program externally visible.
__export__ = ['ihEmbed']
![]()
| Dianne Kyra Hackborn <hackbod@angryredplanet.com> | Last modified: Wed Aug 14 15:57:46 PDT 1996 |