#!/usr/bin/python3

import sys

import musictoolbox.cmd.scanalbumartists

sys.exit(musictoolbox.cmd.scanalbumartists.main())
