SPARKNET / api /routes /__init__.py
MHamdan's picture
Initial commit: SPARKNET framework
a9dc537
raw
history blame
102 Bytes
"""
API Routes for SPARKNET
"""
from . import patents, workflows
__all__ = ["patents", "workflows"]