File: nmlc

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

from nml import main

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