+"""
+Sobol implements a generic search interface, which can be used to search databases or websites. No assumptions are made about the search method, and the results are cached using django's caching.
+
+"""
+
from philo.contrib.sobol.search import *
\ No newline at end of file