File: __init__.py

package info (click to toggle)
python-setuptools-rust 1.9.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 648 kB
  • sloc: python: 1,703; javascript: 95; sh: 14; makefile: 13
file content (3 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (2)
1
2
3
from ._lib import sum_as_string  # export public parts of the binary extension

__all__ = ["sum_as_string"]