hiroaki-yamamoto/WTF-OTP

View on GitHub
wtf_otp/widgets/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
#!/usr/bin/env python
# coding=utf-8

"""Widgets."""

from .secret_key_widget import OTPSecretKeyWidget


__all__ = ("OTPSecretKeyWidget", )