mirror of
https://github.com/Astatin3/Polyboard.git
synced 2026-06-08 16:18:03 -06:00
10 lines
248 B
Python
10 lines
248 B
Python
from modules.main import test as test
|
|
|
|
def test1(ac, data):
|
|
print(ac)
|
|
print(data)
|
|
|
|
def main(mm):
|
|
# mm.addAuthEventListener('test1', test1)
|
|
print(mm.rawServer.addEventListener('test1', test1))
|
|
#mm.rawServer.addEventListener('login', test1) |