6 lines
128 B
Python
6 lines
128 B
Python
"""KnowledgeFS-specific Service API authenticated by resource credentials."""
|
|
|
|
from . import resources
|
|
|
|
__all__ = ["resources"]
|