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