1"""Package marker file."""
2
3import pkgutil
4
5__path__ = pkgutil.extend_path(__path__, __name__)
6