Skip to content

Commit

Permalink
docs: add import of tkinter
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Aug 29, 2023
1 parent 5224cf5 commit 2acd66b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions async_tkinter_loop/async_tkinter_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def async_handler(async_function: Callable[..., Coroutine[Any, Any, None]], *arg
Usage examples:
```python
import tkinter as tk
from async_tkinter_loop import async_handler
async def some_async_function():
Expand Down

0 comments on commit 2acd66b

Please sign in to comment.