from java.applet import Applet
from test194m.test194c2 import test194c2

class test194c(Applet):
        def init(self):
                mf2 = test194c2(); mf2.show()