from pycel import *
class appinit:
def __init__(self,celEntity):
zoneMgr = celZoneManager(celEntity)
Vfs.ChDirAuto("/tmp/celstart/")
zoneMgr.Load("/tmp/celstart","level.xml")
It looks for an object that you specified (appinit) in a file of the same name (appinit.py) and tries to create it.
