__init__.py
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.htm)
Eg.
`from openadapt.privacy import base`
Last updated