You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
187 B
Python

# Other library imports
# import requests
# Project imports
# from settings import settings
import util
class Verify(util.Base):
"""
Class to handle user verification.
"""