McRogueFace/tests/check_entity_attrs.py

4 lines
106 B
Python

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