Release 0.9.0

This commit is contained in:
2025-11-21 07:26:02 +01:00
committed by ecv
commit 472f0812e7
240 changed files with 20033 additions and 0 deletions

10
app.py Normal file
View File

@@ -0,0 +1,10 @@
# coding=utf-8
""" Lasciate ogni speranza voi chentrate """
from bot import setup_modules, start_modules
from time import sleep
setup_modules()
start_modules()
while True:
sleep(0.1)