5 lines
116 B
Python
5 lines
116 B
Python
"""
|
|
Setup the signals on startup.
|
|
"""
|
|
import lms.djangoapps.verify_student.signals # pylint: disable=unused-import
|