This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
themis.search/themis/search/doc.py

6 lines
80 B
Python

from Products.Five import BrowserView
class SearchView(BrowserView):
pass