data-xexe/xexe/inputs_handling.py
2024-06-06 17:39:20 +02:00

7 lines
114 B
Python

import logging
logger = logging.getLogger()
def handle_get_rates_inputs():
logger.info("Handling inputs.")