Skip to content

Commit 2381f10

Browse files
+ Added placeholder documentation link
1 parent 301224d commit 2381f10

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

src/thread/exceptions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""
22
## Thread Exceptions
3+
4+
Documentation: https://thread.ngjx.org
35
"""
46

57
import traceback

src/thread/thread.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
## Core of thread
33
44
```py
5-
Thread()
6-
ParallelProcessing()
5+
class Thread: ...
6+
class ParallelProcessing: ...
77
```
8+
9+
Documentation: https://thread.ngjx.org
810
"""
911

1012
import sys

0 commit comments

Comments
 (0)