File: __init__.py

package info (click to toggle)
python-pysnmp4 7.1.21-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,564 kB
  • sloc: python: 33,654; makefile: 166; javascript: 4
file content (6 lines) | stat: -rw-r--r-- 202 bytes parent folder | download
1
2
3
4
5
6
"""
This module is necessary to make the containing directory a package.

By including this file, Python will treat the directory as a package,
allowing modules within the directory to be imported.
"""