Test relative imports

This commit is contained in:
Pascal Serrarens 2025-04-28 12:21:49 +02:00
parent b60702c8c2
commit a4e7b66f95

View File

@ -2,8 +2,8 @@ import socket
import threading
import time
from Participant import Participant
from Thing import Thing
from .Participant import Participant
from .Thing import Thing
from Messages.ParticipantMsg import ParticipantMsg
from Messages.NetworkIdMsg import NetworkIdMsg
from Messages.ThingMsg import ThingMsg