update
This commit is contained in:
parent
5b52efd764
commit
f916e78fe2
|
|
@ -1,7 +1,11 @@
|
|||
import socket
|
||||
import sys
|
||||
import os
|
||||
import threading
|
||||
|
||||
# Permite ejecutar este script directamente desde cualquier directorio
|
||||
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
|
||||
|
||||
from logica.red.servidor import iniciar_servidor, autenticar_cliente, PUERTO_BROADCAST
|
||||
from logica.red.cliente import conectar_servidor
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue