Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions modules/clearinghouse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"""
<Program Name>
clearinghouse/__init__.py
<Purpose>
Needed so that python can import this as a package.
"""
"""
<Program Name>
clearinghouse/__init__.py

<Purpose>
Needed so that python can import this as a package.

"""

from clearinghouse import moduledata
Loading