File: apt_mirror.py

package info (click to toggle)
apt-mirror2 16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,412 kB
  • sloc: python: 5,674; sh: 23; makefile: 14
file content (7 lines) | stat: -rwxr-xr-x 144 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/env python3
# SPDX-License-Identifier: GPL-3.0-or-later

import runpy

if __name__ == "__main__":
    runpy.run_module("apt_mirror")