Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6236c5981b | ||
|
|
27bd528883 |
@@ -27,6 +27,7 @@ class ReportTargetReason(Enum):
|
|||||||
class AttachType(Enum):
|
class AttachType(Enum):
|
||||||
AUDIO = 'audio'
|
AUDIO = 'audio'
|
||||||
IMAGE = 'image'
|
IMAGE = 'image'
|
||||||
|
VIDEO = 'video'
|
||||||
|
|
||||||
class PostsTab(Enum):
|
class PostsTab(Enum):
|
||||||
FOLLOWING = 'following'
|
FOLLOWING = 'following'
|
||||||
|
|||||||
0
itd/models/__init__.py
Normal file
0
itd/models/__init__.py
Normal file
0
itd/routes/__init__.py
Normal file
0
itd/routes/__init__.py
Normal file
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "itd-sdk"
|
name = "itd-sdk"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
description = "ITD client for python"
|
description = "ITD client for python"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
|||||||
Reference in New Issue
Block a user