6 lines
94 B
Python
6 lines
94 B
Python
"""
|
|
Setup the signals on startup.
|
|
"""
|
|
|
|
from . import signals # pylint: disable=unused-import
|