imacat
|
356950e2c7
|
Replace typing.Type with built-in type[] for Python 3.12.
|
2026-04-05 23:49:16 +08:00 |
|
imacat
|
cca3f89bf1
|
Replace absolute imports with relative imports
|
2026-04-05 23:49:16 +08:00 |
|
imacat
|
674b0de3b2
|
Fix various type hints
|
2026-04-05 23:49:12 +08:00 |
|
imacat
|
cda9e4e3c6
|
Replaced importing the "typing" module as "t" with importing the individual names in the "typing" module. Since Python 3.9 introduced type hinting generics in standard collections, we do not have as many names to import now. This is also to be consistent with the practices of most major and standard packages and examples.
|
2023-04-26 18:22:45 +08:00 |
|
imacat
|
4c2dcc5070
|
Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting".
|
2023-04-04 18:26:54 +08:00 |
|
imacat
|
b1af1d7425
|
Renamed "voucher" to "journal entry".
|
2023-03-20 22:33:14 +08:00 |
|