collect scripts in oxtools

This commit is contained in:
j 2009-01-18 19:39:14 +11:00
commit 4f9c3da160
22 changed files with 1297 additions and 0 deletions

7
oxgst/__init__.py Normal file
View file

@ -0,0 +1,7 @@
import timeline
import video
import info
from video import Video
from timeline import Timeline
from info import Info