File size: 461 Bytes
a8e9b84 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
from DragMusic.core.bot import Drag
from DragMusic.core.dir import dirr
from DragMusic.core.git import git
from DragMusic.core.userbot import Userbot
from DragMusic.misc import dbb, heroku
from .logging import LOGGER
dirr()
#git()
dbb()
heroku()
app = Drag()
userbot = Userbot()
from .platforms import *
Apple = AppleAPI()
Carbon = CarbonAPI()
SoundCloud = SoundAPI()
Spotify = SpotifyAPI()
Resso = RessoAPI()
Telegram = TeleAPI()
YouTube = YouTubeAPI()
|