mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 17:00:46 +00:00
7 lines
242 B
Python
7 lines
242 B
Python
from ptulsconv.docparser.ptuls_grammar import protools_text_export_grammar
|
|
|
|
__version__ = '1.0.4'
|
|
__author__ = 'Jamie Hardt'
|
|
__license__ = 'MIT'
|
|
__copyright__ = "%s %s (c) 2022 %s. All rights reserved." % (__name__, __version__, __author__)
|