]> scripts.mit.edu Git - wizard.git/blob - wizard/__init__.py
More bugfixes from running live.
[wizard.git] / wizard / __init__.py
1 class Error(Exception):
2     """Base exception for all Wizard exceptions"""
3     pass
4