Lista de importación de Python del archivo PY

# In first .py file
mylist = ['this', 'that', 'theother']

# In second file
from variables import mylist
Breakable Bee