]> scripts.mit.edu Git - wizard.git/blob - wizard/__init__.py
Move a bunch of summary items to full class commands.
[wizard.git] / wizard / __init__.py
1 class Error(Exception):
2     """Base exception for all Wizard exceptions"""
3     pass
4