import mcrfpy e = mcrfpy.Entity((0, 0)) print("Entity attributes:", dir(e)) print("\nEntity repr:", repr(e))