<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">"""
This is a backwards compatibility-shim to support:

 ```
 import validate
 ```

 in a future release, we'd expect this to no longer work and
 instead using:

 ```
 import configobj.validate
 ```

 or:

 ```
 from configobj import validate
 ```
"""
from configobj.validate import *

</pre></body></html>