Inherit the base class
This commit is contained in:
parent
7ae5ed6a88
commit
c6cf9597e7
1 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue