mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
7 lines
144 B
Python
7 lines
144 B
Python
from typing import Any
|
|
|
|
from scripts.rename_sharepoint_files import main
|
|
|
|
|
|
def handler(event: dict[str, Any], context: Any) -> None:
|
|
main()
|