mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-23 06:31:58 +00:00
use relative imports if possible reorder imports (1. stdlib 2. dependencies 3. borg 4. borg.testsuite)
4 lines
61 B
Python
4 lines
61 B
Python
#!/usr/bin/env python
|
|
from borg.archiver import main
|
|
main()
|
|
|