File size: 408 Bytes
80287e2 |
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 |
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()
|