File: __init__.py

package info (click to toggle)
python-ttls 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: python: 1,002; makefile: 7; sh: 5
file content (3 lines) | stat: -rw-r--r-- 70 bytes parent folder | download
1
2
3
from importlib.metadata import version

__version__ = version("ttls")