#!/usr/bin/python3
from sys import exit
from b2restore import main
exit(main())
