4 lines
78 B
Python
4 lines
78 B
Python
|
from .echo import EchoFeedModuleConfig
|
||
|
|
||
|
FEED_MODULES = [EchoFeedModuleConfig]
|