#!/usr/bin/python3 -s
"""Create a backup.
"""

import archive.bt

archive.bt.backup_tool()
