============= Basic Example ============= The example below loads a ``.tox`` file, advances it for a fixed number of frames via an ``on_frame`` callback, then unloads it to cleanly release resources. The same script is available in the repository at ``examples/01_load_comp_basic.py``. .. literalinclude:: ../../../examples/01_load_comp_basic.py :language: python :linenos: