set inputs for cli
This commit is contained in:
parent
f1eb555c03
commit
afe9e18e0d
4 changed files with 100 additions and 1 deletions
7
xexe/inputs_handling.py
Normal file
7
xexe/inputs_handling.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import logging
|
||||
|
||||
logger = logging.getLogger()
|
||||
|
||||
|
||||
def handle_get_rates_inputs():
|
||||
logger.info("Handling inputs.")
|
||||
Loading…
Add table
Add a link
Reference in a new issue