xyphron / DragMusic /__init__.py
taslim19
MusicV2
a8e9b84
raw
history blame contribute delete
461 Bytes
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()