Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 2c1baa3

Browse files
Refactor project structure and update .gitignore; rename modules for clarity
Added new module: UpdateManager with both 2 old modules
1 parent 5a3d330 commit 2c1baa3

File tree

35 files changed

+411
-622
lines changed

35 files changed

+411
-622
lines changed
File renamed without changes.

exceptionhandler/.idea/ExceptionHandler.iml renamed to .idea/Utils.iml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terminalprint/.idea/inspectionProfiles/Project_Default.xml renamed to .idea/inspectionProfiles/Project_Default.xml

Lines changed: 1 addition & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exceptionhandler/.idea/inspectionProfiles/profiles_settings.xml renamed to .idea/inspectionProfiles/profiles_settings.xml

File renamed without changes.

.idea/misc.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,17 @@ Check the [`example.py`](example.py) file for a proper example.
109109

110110
### Modify Colors, Format or Messages
111111

112-
If you want to modify the DataType for format's or colors ANSI, you can do so by modifying the `Format` and `Colors` classes in the [`exception.py`](exception/colors.py) file.
112+
If you want to modify the DataType for format's or colors ANSI, you can do so by modifying the `Format` and `Colors` classes in the [`exception.py`](colors.py) file.
113113

114-
If you want to add/remove Messages from the dictionary, you can do so by modifying the `Messages` class in the [`messages.py`](exception/messages.py) file.
114+
If you want to add/remove Messages from the dictionary, you can do so by modifying the `Messages` class in the [`messages.py`](messages.py) file.
115115

116116
## Dependencies
117117

118118
- Datetime
119119

120120
## License
121121

122-
This project is licensed under the MIT License. See the [`LICENSE`](LICENSE) file for details.
122+
This project is licensed under the MIT License. See the [`LICENSE`](../LICENSE) file for details.
123123

124124
## Contributing
125125

ExceptionHandler/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from ExceptionHandler.handler import Handler
2+
from ExceptionHandler.colors import Colors, Format

0 commit comments

Comments
 (0)