import discord
import tray
I am trying to import both of these local modules, they are both scripts that run until the terminal is closed, but that means only one will run until it ends to move to the next, how can i have both of the trigger at the same time? I know i have to use multiprocessing but how so can someone help?
For example:
import X
import Y