#!/usr/bin/python3

import sys

from grub2_theme_preview.__main__ import main


if __name__ == "__main__":
    sys.exit(main())
