RoboidControl-python/__init__.py
2025-04-06 12:13:16 +02:00

6 lines
119 B
Python

__all__ = ['Thing',
'ParticipantUDP']
from .ParticipantUDP import ParticipantUDP
from .Thing import Thing