I need to use the arg to call an other function inside another module
Thank you!
def func (arg):
   if module.session.query(module.arg).filter(module.arg.id == id).one():
   #some other staff
I need to use the arg to call an other function inside another module
Thank you!
def func (arg):
   if module.session.query(module.arg).filter(module.arg.id == id).one():
   #some other staff
