With regards to the directory structure below, select the proper forms of the directives in order to import module_a. (Select two answers)
With regards to the directory structure below, select the proper forms of the directives in order to import module_a. (Select two answers) A . import pypack.module_aB . import module_a from pypackC . import module_aD . from pypack import module_aView AnswerAnswer: A,D