Proposal:
# main.py
import utils.* import ClassFromA, ClassFromB, func_from_moreutils
Given the following directory/file structure:
Assuming A, B, and moreutils all have multiple functions/classes in them, I want to be able to do import utils.* import ClassFromA, ClassFromB, func_from_moreutils.
Normally this would look like from utils.A import ClassFromA then from utils.B import ClassFromB finally from utils.moreutils import func_from_moreutils.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Proposal:
Given the following directory/file structure:
Assuming A, B, and moreutils all have multiple functions/classes in them, I want to be able to do
import utils.* import ClassFromA, ClassFromB, func_from_moreutils.Normally this would look like
from utils.A import ClassFromAthenfrom utils.B import ClassFromBfinallyfrom utils.moreutils import func_from_moreutils.Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response