4 lines
111 B
Python
4 lines
111 B
Python
""" Certificates app """
|
|
# this is here to support registering the signals in signals.py
|
|
from . import signals
|