* Implementing the Avatar class in pagan.py as the main accessor.
* Overall restructure for an object oriented approach.
* Avatar objects can now be instantiated and manipulated before drawing.
* Hash functions can now be omitted on Avatar creation by using simple constants (e.g., pagan.SHA512).
* Generator paths are now OS independent.
* Comment cleanup on some methods.
* Constants are now initialised in __init__.py