mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2026-01-11 04:33:15 +00:00
In an effort to update this code to fit standards of Python3, changes have been made to code allowing it to run. NOTE: At this point the basics have been tested. i.e. -g -xml -u -m -r in that order. More extensive testing should occur before we throw this to master.
10 lines
417 B
Python
10 lines
417 B
Python
from .PseudoChannelDatabase import PseudoChannelDatabase
|
|
from .Commercial import Commercial
|
|
from .Episode import Episode
|
|
from .Movie import Movie
|
|
from .Media import Media
|
|
from .Music import Music
|
|
from .Video import Video
|
|
from .PseudoDailyScheduleController import PseudoDailyScheduleController
|
|
from .PseudoChannelCommercial import PseudoChannelCommercial
|
|
from .PseudoChannelRandomMovie import PseudoChannelRandomMovie |