obervinov / users-package

This Python module is designed to simplify user management in Telegram bots, providing the necessary functionality for tasks such as user authentication, authorization and compliance with speed limits, ensuring effective management of user attributes and access rights.
MIT License
1 stars 0 forks source link

Fix bug with import constants #30

Closed obervinov closed 8 months ago

obervinov commented 8 months ago

https://github.com/obervinov/users-package/blob/v2.0.0/users/users.py#L9-L10

>>> from users import Users
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/obervinov/git/pyinstabot-downloader/.venv/lib/python3.11/site-packages/users.py", line 9, in <module>
    from users.constants import VAULT_CONFIG_PATH, VAULT_DATA_PATH, USER_STATUS_AL