I want to import something like this
from x import t as b
from x import u as c
Is there a way to use a single from x
to achieve the same effect
I want to import something like this
from x import t as b
from x import u as c
Is there a way to use a single from x
to achieve the same effect