hiroaki-yamamoto/WTF-OTP

View on GitHub
wtf_otp/fields/__init__.py

Summary

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

"""WTF OTP Fields."""

from .secret_key import OTPSecretKeyField

__all__ = ("OTPSecretKeyField", )