Inherit the base class

This commit is contained in:
Czy 2020-08-28 21:43:15 +08:00
parent 7ae5ed6a88
commit c6cf9597e7

View file

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