File: __init__.py

package info (click to toggle)
libfann 2.1.0~beta~dfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 14,692 kB
  • sloc: sh: 8,712; ansic: 5,994; cpp: 2,351; makefile: 525; python: 448; perl: 243; sed: 7
file content (7 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#
# Fast Artificial Neural Network library for Python
#
import libfann
__all__ = [
    'libfann'
]