4 lines
106 B
Python
4 lines
106 B
Python
|
|
import mcrfpy
|
||
|
|
e = mcrfpy.Entity(0, 0)
|
||
|
|
print("Entity attributes:", dir(e))
|
||
|
|
print("\nEntity repr:", repr(e))
|