Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6236c5981b | ||
|
|
27bd528883 |
@@ -27,6 +27,7 @@ class ReportTargetReason(Enum):
|
||||
class AttachType(Enum):
|
||||
AUDIO = 'audio'
|
||||
IMAGE = 'image'
|
||||
VIDEO = 'video'
|
||||
|
||||
class PostsTab(Enum):
|
||||
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]
|
||||
name = "itd-sdk"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
description = "ITD client for python"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
|
||||
Reference in New Issue
Block a user