module documentation

Basic example of an adapter class to provide a stack interface to Python's list.

Class ArrayStack LIFO Stack implementation using a Python list as underlying storage.