Skip to content

Commit

Permalink
fixed module importing
Browse files Browse the repository at this point in the history
  • Loading branch information
DataGreed committed Apr 5, 2022
1 parent 6371b96 commit 4bc414a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions exporters/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import midi
__all__ = ['midi']
2 changes: 2 additions & 0 deletions parsers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import arps, chords, constants, patterns, project
__all__ = ['arps', 'chords', 'constants', 'patterns', 'project']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
requirements = fh.read()
setup(
name = 'polyendtracker-midi-export',
version = '0.2.3',
version = '0.2.4',
author = 'Alexey Strelkov',
author_email = '[email protected]',
license = 'MIT License',
Expand Down

0 comments on commit 4bc414a

Please sign in to comment.