File: __init__.py

package info (click to toggle)
python-fann2 1%3A1.1.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 520 kB
  • sloc: cpp: 1,615; ansic: 862; python: 116; makefile: 28; sh: 24
file content (7 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#
# Fast Artificial Neural Network library for Python
#
from fann2 import libfann
__all__ = [
    'libfann'
]