8 lines
301 B
Python
8 lines
301 B
Python
|
|
# async def main():
|
||
|
|
# instance = NotionOrm.repo.pages()
|
||
|
|
# create = await instance.CreatePage()\
|
||
|
|
# .set_parent("page_id", "2a564c9be67881a185c1c5d9133b9b1c")\
|
||
|
|
# .set_title("Name", "Teste abc")\
|
||
|
|
# .set_children("heading_1", "Teste")\
|
||
|
|
# .call()
|
||
|
|
# return create
|