mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-18 15:14:18 +02:00
Added and updated repositories 2026-01-10 01:09:56
This commit is contained in:
@@ -27,12 +27,15 @@
|
||||
# scope: Meme 0.0.1
|
||||
# ---------------------------------------------------------------------------------
|
||||
|
||||
from bs4 import BeautifulSoup
|
||||
import aiohttp
|
||||
import random
|
||||
import logging
|
||||
import random # noqa: F401
|
||||
|
||||
import aiohttp # noqa: F401
|
||||
from bs4 import BeautifulSoup # noqa: F401
|
||||
|
||||
from .. import loader
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
@loader.tds
|
||||
class MemesMod(loader.Module):
|
||||
|
||||
Reference in New Issue
Block a user