#!/usr/bin/python
import sys
from sugar.activity import ActivityFactory
ActivityFactory.create(sys.argv[1])