againmusic / Devine /__init__.py
taslim19
Initial commit
80287e2
raw
history blame contribute delete
408 Bytes
from Devine.core.bot import Anony
from Devine.core.dir import dirr
from Devine.core.userbot import Userbot
from Devine.misc import dbb, heroku
from .logging import LOGGER
dirr()
dbb()
heroku()
app = Anony()
userbot = Userbot()
from .platforms import *
Apple = AppleAPI()
Carbon = CarbonAPI()
SoundCloud = SoundAPI()
Spotify = SpotifyAPI()
Resso = RessoAPI()
Telegram = TeleAPI()
YouTube = YouTubeAPI()