mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-15 21:59:58 -04:00
add a __main__.py to nuitka works
This commit is contained in:
parent
2907dd0094
commit
ed2548ca02
1 changed files with 3 additions and 0 deletions
3
borg/__main__.py
Normal file
3
borg/__main__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from borg.archiver import main
|
||||
main()
|
||||
|
||||
Loading…
Reference in a new issue