mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
6 lines
137 B
Python
6 lines
137 B
Python
from signals import *
|
|
from handlers import *
|
|
from models import GroupMessage
|
|
|
|
grpmsg_added.connect(grpmsg_added_cb, sender=GroupMessage)
|