File: __init__.py

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

By including this file, Python will recognize the directory as a package,
allowing for the import of modules within the directory.
"""