olm/python-src/curve25519/__init__.py

5 lines
89 B
Python

from .keys import Private, Public
hush_pyflakes = [Private, Public]; del hush_pyflakes