mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
10 lines
225 B
Python
10 lines
225 B
Python
"""
|
|
Parse and convert Pro Tools text exports
|
|
"""
|
|
|
|
__version__ = '2.1.0'
|
|
__author__ = 'Jamie Hardt'
|
|
__license__ = 'MIT'
|
|
__copyright__ = "%s %s (c) 2023 %s. All rights reserved." \
|
|
% (__name__, __version__, __author__)
|