8 lines
177 B
Python
8 lines
177 B
Python
# Copyright: Copyright (c) 2020., <AUTHOR>
|
|
# Author: <AUTHOR> <EMAIL>
|
|
# License: See LICENSE.txt
|
|
|
|
from pkgutil import extend_path
|
|
|
|
__path__ = extend_path(__path__, __name__)
|