File: run.py

package info (click to toggle)
whatmaps 0.0.14-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: python: 1,011; sh: 76; makefile: 14
file content (7 lines) | stat: -rwxr-xr-x 116 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/env python3

import sys
from whatmaps.command import run

if __name__ == '__main__':
    sys.exit(run())