Skip to content

Commit

Permalink
updated pyaaf2
Browse files Browse the repository at this point in the history
  • Loading branch information
emcodem committed Sep 29, 2020
1 parent cbb5806 commit 27b7217
Show file tree
Hide file tree
Showing 32 changed files with 12,226 additions and 0 deletions.
13 changes: 13 additions & 0 deletions aaf2/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from .file import AAFFile as open
from . import dictionary
from . import content
from . import misc
from . import mobs
from . import mobslots
from . import components
from . import essence

__version__ = "1.4.0"
__author__ = "Mark Reid"
__author_email__ = "mindmark@gmail.com"
__license__ = "MIT"
Loading

0 comments on commit 27b7217

Please sign in to comment.