What does the `__all__` variable in a module control?
-
A
Which names are exported when `from module import *` is used
-
B
Which functions are automatically called on import
-
C
The order in which module attributes are loaded
-
D
Which names are visible in `dir(module)`