Список импорта Python из файла PY
# In first .py file
mylist = ['this', 'that', 'theother']
# In second file
from variables import mylist
Breakable Bee
# In first .py file
mylist = ['this', 'that', 'theother']
# In second file
from variables import mylist