blob: 31dda834e6ab742f5241a64a23ddfa733a6b2766 [file] [log] [blame]
#!/usr/bin/env python3
""" Launcher for swtpm_setup
"""
from py_swtpm_setup.swtpm_setup import main
main()