__init__.py 337 B

1234567891011
  1. """Just a placeholder to do relative imports"""
  2. # Do not delete this file, it will cause errors.
  3. __author__ = "Dan Gazizullin"
  4. __contact__ = "me@hikariatama.ru"
  5. __copyright__ = "Copyright 2022, Dan Gazizullin"
  6. __credits__ = ["LonamiWebs", "penn5"]
  7. __license__ = "AGPLv3"
  8. __maintainer__ = "developer"
  9. __status__ = "Production"