File: nmlc

package info (click to toggle)
nml 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,980 kB
  • ctags: 1,752
  • sloc: python: 14,277; sh: 217; makefile: 38
file content (6 lines) | stat: -rwxr-xr-x 88 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#! /usr/bin/env python

from nml import main

if __name__ == "__main__":
    main.run()