Files
pillar/pillar/web/nodes/custom/__init__.py

9 lines
117 B
Python

def append_custom_node_endpoints():
pass
def setup_app(app):
from . import posts
posts.setup_app(app)