create cli command and empty process

This commit is contained in:
Pablo Martin 2024-06-06 11:50:01 +02:00
parent acc764afcf
commit 9b85107977
2 changed files with 15 additions and 0 deletions

7
xexe/processes.py Normal file
View file

@ -0,0 +1,7 @@
import logging
logger = logging.getLogger()
def run_xe_healthcheck():
logger.info("Checking checking")