mirror of https://github.com/coddrago/Heroku
Update utils.py
parent
69108bf0b0
commit
b6032247c3
|
@ -1,6 +1,5 @@
|
||||||
"""Utilities"""
|
"""Utilities"""
|
||||||
|
|
||||||
# еще пасхалочка
|
|
||||||
# Friendly Telegram (telegram userbot)
|
# Friendly Telegram (telegram userbot)
|
||||||
# Copyright (C) 2018-2021 The Authors
|
# Copyright (C) 2018-2021 The Authors
|
||||||
|
|
||||||
|
@ -23,6 +22,12 @@
|
||||||
# You can redistribute it and/or modify it under the terms of the GNU AGPLv3
|
# You can redistribute it and/or modify it under the terms of the GNU AGPLv3
|
||||||
# 🔑 https://www.gnu.org/licenses/agpl-3.0.html
|
# 🔑 https://www.gnu.org/licenses/agpl-3.0.html
|
||||||
|
|
||||||
|
# ©️ Codrago, 2024-2025
|
||||||
|
# This file is a part of Heroku Userbot
|
||||||
|
# 🌐 https://github.com/coddrago/Heroku
|
||||||
|
# You can redistribute it and/or modify it under the terms of the GNU AGPLv3
|
||||||
|
# 🔑 https://www.gnu.org/licenses/agpl-3.0.html
|
||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
import atexit as _atexit
|
import atexit as _atexit
|
||||||
import contextlib
|
import contextlib
|
||||||
|
|
Loading…
Reference in New Issue