11 lines
190 B
Python
11 lines
190 B
Python
|
eta = getPyeta("""
|
||
|
group Main() {
|
||
|
role onRun() {
|
||
|
print('Hello, world!')
|
||
|
console.writeLine('Note that this does not work with Pyetas Panda3D/PyGame tools.');
|
||
|
}
|
||
|
}
|
||
|
""")
|
||
|
|
||
|
exec(eta)
|