set inputs for cli

This commit is contained in:
Pablo Martin 2024-06-06 17:39:20 +02:00
parent f1eb555c03
commit afe9e18e0d
4 changed files with 100 additions and 1 deletions

7
xexe/inputs_handling.py Normal file
View file

@ -0,0 +1,7 @@
import logging
logger = logging.getLogger()
def handle_get_rates_inputs():
logger.info("Handling inputs.")