Skip to content

Commit

Permalink
add docstring to main
Browse files Browse the repository at this point in the history
  • Loading branch information
jesicasusanto committed Jun 16, 2023
1 parent 580c294 commit a8fa74f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openadapt/window/_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ def dictify_rect(rect):


def main():
"""
Test function for retrieving and inspecting the state of the active window.
This function is primarily used for testing and debugging purposes.
"""
import time

time.sleep(1)
Expand Down

0 comments on commit a8fa74f

Please sign in to comment.