mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 08:50:54 +00:00
7 lines
135 B
Python
7 lines
135 B
Python
# pycmx init
|
|
|
|
from .parse_cmx_events import parse_cmx3600, Transition, Event, Edit
|
|
from . import parse_cmx_events
|
|
|
|
__version__ = '0.6'
|