10 lines
460 B
Python
10 lines
460 B
Python
"""
|
|
This program has been developed by students from the bachelor Computer Science at Utrecht
|
|
University within the Software Project course.
|
|
© Copyright Utrecht University (Department of Information and Computing Sciences)
|
|
--------------------------------------------------------------------------------
|
|
Agents responsible for external communication and service discovery.
|
|
"""
|
|
|
|
from .ri_communication_agent import RICommunicationAgent as RICommunicationAgent
|