Moved SiteServer

This commit is contained in:
Pascal Serrarens 2025-04-06 12:13:16 +02:00
parent 552d6cab96
commit 10c9c68c6c
3 changed files with 2 additions and 9 deletions

View File

@ -9,7 +9,5 @@ Supporting:
# Basic components # Basic components
- \ref RoboidControl::Thing::Thing "Thing" - \ref RoboidControl::Thing::Thing "Thing"
- \ref RoboidControl::LocalParticipant::LocalParticipant "LocalParticipant" - \ref RoboidControl::ParticipantUDP::ParticipantUDP "ParticipantUDP"
- \ref RoboidControl::SiteServer::SiteServer "SiteServer"

View File

@ -1,10 +1,5 @@
__all__ = ['Thing', __all__ = ['Thing',
'ParticipantUDP', 'ParticipantUDP']
'SiteServer']
from .LinearAlgebra.Direction import Direction
from .ParticipantUDP import ParticipantUDP from .ParticipantUDP import ParticipantUDP
from .Thing import Thing from .Thing import Thing
from .LinearAlgebra.Spherical import Spherical
from .LinearAlgebra.SwingTwist import SwingTwist
from .SiteServer import SiteServer