refactored the logic of how todo list is loade
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -4,11 +4,18 @@ class todo:
|
||||
self.todo: str = """
|
||||
|
||||
TODO:
|
||||
[] main.py@433 - fix this to actually load the Todo List cause currently its dumb as fuck.
|
||||
[X] main.py@433 - fix this to actually load the Todo List cause currently its dumb as fuck.
|
||||
- Do this tmrw 11.JUN.25! easy task. at least it should be.
|
||||
[] main.py@GENERAL - refactor to make the ChatGPT Code actually readable.
|
||||
[] @Project_Structure - Fix this shit
|
||||
|
||||
"""
|
||||
# ------------------------------------------------------------------------------------------------------------------#
|
||||
self.archived_todo: str = """
|
||||
archived_todo list:
|
||||
[X] main.py@433 - fix this to actually load the Todo List cause currently its dumb as fuck.
|
||||
- Do this tmrw 11.JUN.25! easy task. at least it should be.
|
||||
|
||||
"""
|
||||
# ------------------------------------------------------------------------------------------------------------------#
|
||||
self.pineapple = """
|
||||
@@ -51,6 +58,7 @@ TODO:
|
||||
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⠷⣦⣄⣀⣉⣻⣶⢴⣞⣋⣠⣴⡶⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
||||
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠛⠛⠛⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
||||
"""
|
||||
|
||||
# ------------------------------------------------------------------------------------------------------------------#
|
||||
|
||||
# This Project is certainly older than mucapy , But still i declare types now. in todo code xD
|
||||
@@ -61,3 +69,4 @@ TODO:
|
||||
|
||||
# toodoo bug may also reside here. idk
|
||||
todo_instance = todo()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user