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