Some cleanup/init/setup.py

This commit is contained in:
Jamie Hardt
2019-10-09 11:16:31 -07:00
parent 6f0484552f
commit 186fe242d0
4 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
from .ptuls_grammar import protools_text_export_grammar
from .ptuls_parser_visitor import DictionaryParserVisitor
from .transformations import TimecodeInterpreter
from .transformations import TimecodeInterpreter
__version__ = '0.0.1'
__author__ = 'Jamie Hardt'
__license__ = 'MIT'