]> scripts.mit.edu Git - wizard.git/blob - wizard/__init__.py
Refactor code to make regular expression reuse easier.
[wizard.git] / wizard / __init__.py
1 class Error(Exception):
2     """Base exception for all Wizard exceptions"""
3     pass
4