google/aqt

After installation, can not import aqt.common

maxwillzq opened this issue · 0 comments

It is because aqt/common folder does not have the init.py.
Should add an empty init.py there to tell python it is a subpackage.

All other folder should follow same way.