Empty Module
The __init__.py module is added in privacy package so that its sub-modules/directories can be used in import using the dot operator. (Documentation: https://web.archive.org/web/20200721150953/http://effbot.org/pyfaq/what-is-init-py-used-for.htmarrow-up-right) Eg. `from openadapt.privacy import base`
__init__.py
Last updated 2 years ago