9 lines
107 B
Python
9 lines
107 B
Python
|
"""
|
||
|
writen by shenjackyuanjie
|
||
|
mail: 3695888@qq.com
|
||
|
"""
|
||
|
|
||
|
class main():
|
||
|
def __init__(self):
|
||
|
pass
|