[O] Use named tuple instead of data class

This commit is contained in:
Hykilpikonna
2021-11-22 11:32:58 -05:00
parent 14d3d84ed8
commit 12327d6aab
3 changed files with 37 additions and 13 deletions
+3
View File
@@ -8,6 +8,9 @@ tweepy==4.4.0
# Pytz is for timezone manipulations
pytz~=2021.1
# Print table data
tabulate==0.8.9
# Testing and code checking
pytest
python-ta