예시)
from . models import Question
A) That's the new syntax for explicit relative imports. It means import from the current package.

출처:https://stackoverflow.com/questions/7279810/what-does-a-in-an-import-statement-in-python-mean
예시)
from . models import Question
A) That's the new syntax for explicit relative imports. It means import from the current package.

출처:https://stackoverflow.com/questions/7279810/what-does-a-in-an-import-statement-in-python-mean