command_line.py 98 B

1234567
  1. #!/usr/bin/env python
  2. import backup
  3. import sys
  4. def main():
  5. backup.main(sys.argv[1:])