Files
ptulsconv/ptulsconv/__init__.py
2023-07-22 12:58:32 -07:00

10 lines
225 B
Python

"""
Parse and convert Pro Tools text exports
"""
__version__ = '2.0.1'
__author__ = 'Jamie Hardt'
__license__ = 'MIT'
__copyright__ = "%s %s (c) 2023 %s. All rights reserved." \
% (__name__, __version__, __author__)