view data_generation/transformations/pycaptcha/Captcha/Visual/__init__.py @ 371:8cf52a1c8055

initial commit of sda with 36 classes
author youssouf
date Sun, 25 Apr 2010 12:31:22 -0400
parents 1f5937e9e530
children
line wrap: on
line source

""" Captcha.Visual

This package contains functionality specific to visual CAPTCHA tests.

"""
#
# PyCAPTCHA Package
# Copyright (C) 2004 Micah Dowty <micah@navi.cx>
#

# Convenience imports
from Base import *

### The End ###