mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 00:40:57 +00:00
14 lines
365 B
Python
14 lines
365 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
pycmx is a parser for CMX 3600-style EDLs.
|
|
|
|
This module (c) 2025 Jamie Hardt. For more information on your rights to
|
|
copy and reuse this software, refer to the LICENSE file included with the
|
|
distribution.
|
|
"""
|
|
|
|
from .parse_cmx_events import parse_cmx3600
|
|
from .transition import Transition
|
|
from .event import Event
|
|
from .edit import Edit
|