Hello

Will a python script allow for multi threading, so as to make use of more cores?

If so, is it necessary to request this with the use of async function and wait commands?