Files

6 lines
92 B
Python

"""Attachments module."""
from .routes import attachments_ns
__all__ = ["attachments_ns"]