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