10 lines
124 B
Python
10 lines
124 B
Python
from ahserver.serverenv import ServerEnv
|
|
|
|
|
|
|
|
g = ServerEnv()
|
|
# g.say_hello = say_hello
|
|
|
|
print('*******test*plugin*******')
|
|
|