mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-01 23:58:33 +02:00
5 lines
83 B
Python
Executable File
5 lines
83 B
Python
Executable File
from . import command_line
|
|
|
|
if __name__ == "__main__":
|
|
command_line.main()
|