cleanup #1
File diff suppressed because it is too large
Load Diff
@@ -1,17 +1,24 @@
|
||||
class todo:
|
||||
def __init__(self):
|
||||
#------------------------------------------------------------------------------------------------------------------#
|
||||
self.todo : str = """
|
||||
# ------------------------------------------------------------------------------------------------------------------#
|
||||
self.todo: str = """
|
||||
|
||||
TODO:
|
||||
[] 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
|
||||
[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.pineapple="""
|
||||
# ------------------------------------------------------------------------------------------------------------------#
|
||||
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,13 +58,15 @@ TODO:
|
||||
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⠷⣦⣄⣀⣉⣻⣶⢴⣞⣋⣠⣴⡶⠟⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
||||
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠛⠛⠛⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
||||
"""
|
||||
#------------------------------------------------------------------------------------------------------------------#
|
||||
|
||||
|
||||
# ------------------------------------------------------------------------------------------------------------------#
|
||||
|
||||
# This Project is certainly older than mucapy , But still i declare types now. in todo code xD
|
||||
# Anyways. This function maybe needs fixing. due too toodoo bug (bug1)
|
||||
def load_todo(self) -> str:
|
||||
return self.todo
|
||||
|
||||
|
||||
|
||||
# toodoo bug may also reside here. idk
|
||||
todo_instance = todo()
|
||||
todo_instance = todo()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user