File: __init__.py

package info (click to toggle)
python-maturin 1.9.4-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,424 kB
  • sloc: python: 656; javascript: 93; sh: 55; makefile: 10
file content (4 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (3)
1
2
3
4
from .rust import get_22
from .double import double

__all__ = ["get_22", "double"]