src/tdoc_crawler/cli/console.py
0 → 100644
+21
−0
Loading
- Introduced a singleton Console instance in a new console.py module. - Updated app.py, fetching.py, helpers.py, and printing.py to use the singleton. - Improved consistency and performance by avoiding multiple Console instantiations.