Commit 63fc5c9b authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Optical Controller:

- Enabled loggers
parent cf82c1a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,12 +17,12 @@ from opticalcontroller.dijkstra import *
from opticalcontroller.tools import *
from opticalcontroller.variables import *

'''

LOGGER = logging.getLogger(__name__)

def print(*args) -> None:
    LOGGER.info(' '.join([str(a) for a in args]))
'''


class RSA():
    def __init__(self, nodes, links):