pluto/handler/ux/verify.py

13 lines
187 B
Python
Raw Normal View History

2022-04-20 12:01:38 +00:00
# Other library imports
# import requests
# Project imports
# from settings import settings
import util
class Verify(util.Base):
"""
Class to handle user verification.
"""