#!/usr/libexec/platform-python
from qubesu2f.tools.qu2f_proxy import main
import sys
if __name__ == '__main__':
        sys.exit(main())
