#!/usr/bin/python3
""" Launcher for swtpm_setup
"""

from py_swtpm_setup.swtpm_setup import main

main()
