__init__.py 151 B

123456
  1. # -*- coding: utf-8 -*-
  2. """Module init-file.
  3. The __init__.py files are required to make Python treat directories
  4. containing the file as packages.
  5. """