mirror of
https://github.com/anonymousx97/social-dl.git
synced 2025-02-20 11:13:19 +08:00
9 lines
149 B
Python
9 lines
149 B
Python
|
if __name__ == "__main__":
|
||
|
import tracemalloc
|
||
|
|
||
|
from app import bot
|
||
|
import app.social_dl
|
||
|
|
||
|
tracemalloc.start()
|
||
|
bot.run(bot.boot())
|