move wrapper back to a post folder

This commit is contained in:
simonwt 2026-04-01 19:55:21 +01:00
parent 78c2b2006e
commit 9d52837c2a
5 changed files with 2 additions and 3 deletions

View file

@ -112,7 +112,7 @@ def save_response(response):
# save_response(API.run_job('post.listall'))
from wrappers.create_post import create_post
from wrappers.post.create_post import create_post
# save_response(create_post(
# post_text="This is a test post created via the create_post wrapper function.",