mirror of https://github.com/coddrago/Heroku
Update _reference_finder.py
parent
8942d84017
commit
489e912248
|
@ -1,10 +1,15 @@
|
||||||
|
# ©️ Dan Gazizullin, 2021-2023
|
||||||
|
# This file is a part of Hikka Userbot
|
||||||
|
# 🌐 https://github.com/hikariatama/Hikka
|
||||||
|
# You can redistribute it and/or modify it under the terms of the GNU AGPLv3
|
||||||
|
# 🔑 https://www.gnu.org/licenses/agpl-3.0.html
|
||||||
|
|
||||||
# ©️ Codrago, 2024-2025
|
# ©️ Codrago, 2024-2025
|
||||||
# This file is a part of Heroku Userbot
|
# This file is a part of Heroku Userbot
|
||||||
# 🌐 https://github.com/coddrago/Heroku
|
# 🌐 https://github.com/coddrago/Heroku
|
||||||
# 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
|
||||||
|
|
||||||
# позже лицуху хикари и сюда закину
|
|
||||||
import gc as _gc
|
import gc as _gc
|
||||||
import inspect
|
import inspect
|
||||||
import logging
|
import logging
|
||||||
|
|
Loading…
Reference in New Issue