Inherit the base class

This commit is contained in:
Czy 2020-08-28 21:43:15 +08:00
parent f85f0ccf6c
commit 66023cb4a6

View file

@ -1,11 +1,10 @@
import random
import requests
import datetime
from zzcore import StdAns
class Ans(object):
class Ans(StdAns):
"""docstring for Ans"""
def __init__(self):
super(Ans).__init__()
def GETMSG(self):
try: