annotate Syncopation models/synpy/__init__.py @ 45:6e9154fc58df

moving the code files to the synpy package directory
author christopherh <christopher.harte@eecs.qmul.ac.uk>
date Thu, 23 Apr 2015 23:52:04 +0100
parents
children
rev   line source
christopher@45 1 from syncopation import calculate_syncopation
christopher@45 2 __all__ = [ 'syncopation',
christopher@45 3 'basic_functions',
christopher@45 4 'music_objects',
christopher@45 5 'parameter_setter',
christopher@45 6 'rhythm_parser',
christopher@45 7 'readmidi',
christopher@45 8 #models
christopher@45 9 'KTH',
christopher@45 10 'LHL',
christopher@45 11 'PRS',
christopher@45 12 'SG',
christopher@45 13 'TMC',
christopher@45 14 'TOB',
christopher@45 15 'WNBD'
christopher@45 16 ]