__init__.py 588 B

1234567891011121314151617
  1. """Just a placeholder to do relative imports"""
  2. # ©️ Dan Gazizullin, 2021-2023
  3. # This file is a part of Hikka Userbot
  4. # 🌐 https://github.com/hikariatama/Hikka
  5. # You can redistribute it and/or modify it under the terms of the GNU AGPLv3
  6. # 🔑 https://www.gnu.org/licenses/agpl-3.0.html
  7. # Do not delete this file, it will cause errors.
  8. __author__ = "Dan Gazizullin"
  9. __contact__ = "me@hikariatama.ru"
  10. __copyright__ = "Copyright 2022, Dan Gazizullin"
  11. __credits__ = ["LonamiWebs", "penn5"]
  12. __license__ = "AGPLv3"
  13. __maintainer__ = "developer"
  14. __status__ = "Production"