]> scripts.mit.edu Git - wizard.git/blob - wizard/__init__.py
Implement 'wizard blacklist', tweaks.
[wizard.git] / wizard / __init__.py
1 class Error(Exception):
2     """Base exception for all Wizard exceptions"""
3     pass
4