Loading src/opticalcontroller/RSA.py +2 −2 Original line number Diff line number Diff line Loading @@ -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): Loading Loading
src/opticalcontroller/RSA.py +2 −2 Original line number Diff line number Diff line Loading @@ -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): Loading