You are on page 1of 1

from direct.showbase.

ShowBase import showbase


class MyApp(ShowBase):
def _init_(self)
ShowBase._init_(self)
app = MyApp()
app.run()

You might also like