Merge pull request #13 from MadCat9958/v3

V3
This commit is contained in:
Виктор 2023-06-07 14:56:11 +03:00 committed by GitHub
commit 429d2b7b40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -247,6 +247,9 @@ class BotLibrary(IntEnum):
OTHER = 12 OTHER = 12
"""Other""" """Other"""
NONE = 0
"""Bot's library doesn't specified"""
class ResourceStatus(IntEnum): class ResourceStatus(IntEnum):
"""Status of the project on monitoring""" """Status of the project on monitoring"""