# File: cube.py # Author: Petr Sorfa # Desc: Simple example of a unit cube import am am.begin() am.cube() am.end()