Got one looping script that run by itself, now I want to add another script inside the first, I've inserted a var at the start of first file, if it's true then load the second module. It work,but I'm wondering if his is a good practice?
if abilitaPippo == True:
try:
import Pippo
Pippoabilitato = True
except ImportError:
Pippoabilitato = False
else:
Pippoabilitato = False