File: galternatives

package info (click to toggle)
galternatives 1.0.10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 580 kB
  • sloc: python: 1,287; makefile: 48
file content (6 lines) | stat: -rwxr-xr-x 90 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/python3

import runpy


runpy.run_module('galternatives', run_name='__main__')