File: nmlc

package info (click to toggle)
nml 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,932 kB
  • sloc: python: 20,457; ansic: 109; makefile: 68
file content (6 lines) | stat: -rwxr-xr-x 89 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#! /usr/bin/env python3

from nml import main

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