Код: Выделить всё
from ImporterFile import x
def grab(string):
from ImporterFile import (string)
grab(x)
Подробнее здесь: https://stackoverflow.com/questions/793 ... -to-define
Код: Выделить всё
from ImporterFile import x
def grab(string):
from ImporterFile import (string)
grab(x)