Skip to content

Commit

Permalink
init file to make up a proper python module
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Jul 26, 2018
1 parent eae62d8 commit 7b984da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
# __init__.py

from readPDH import readPDH
from reBin import reBin

# vim: set ts=4 sts=4 sw=4 tw=0:

0 comments on commit 7b984da

Please sign in to comment.