Files
TeleSec/python_sdk/__init__.py

4 lines
126 B
Python

from .telesec_couchdb import TeleSecCouchDB, ts_encrypt, ts_decrypt
__all__ = ["TeleSecCouchDB", "ts_encrypt", "ts_decrypt"]