Skip to content

Commit

Permalink
Define __all__ for midi module.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Oct 18, 2015
1 parent 3a0d756 commit 9c62e24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fofix/core/midi/__init__.py
Expand Up @@ -5,3 +5,9 @@
from MidiInStream import MidiInStream
from MidiInFile import MidiInFile
from MidiToText import MidiToText

__all__ = ['MidiOutStream',
'MidiOutFile',
'MidiInStream',
'MidiInFile',
'MidiToText']

0 comments on commit 9c62e24

Please sign in to comment.