• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1"""Package marker file."""
2
3from __future__ import absolute_import
4
5import pkgutil
6
7__path__ = pkgutil.extend_path(__path__, __name__)
8