diff options
author | crupest <crupest@outlook.com> | 2024-11-11 01:12:29 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2024-12-19 22:23:05 +0800 |
commit | 7e85627eb0d0126baf1e698ffdeae0f3c5fc693d (patch) | |
tree | acf21fbfe5dc96060ecdfc2ba33dacb337caf4dd /tools/cru-py/cru/service | |
parent | f9aa02ec1a4c24e80a206857d4f68198bb027bb4 (diff) | |
download | crupest-7e85627eb0d0126baf1e698ffdeae0f3c5fc693d.tar.gz crupest-7e85627eb0d0126baf1e698ffdeae0f3c5fc693d.tar.bz2 crupest-7e85627eb0d0126baf1e698ffdeae0f3c5fc693d.zip |
HALF WORK: 2024.12.19
code.
Diffstat (limited to 'tools/cru-py/cru/service')
-rw-r--r-- | tools/cru-py/cru/service/_manager.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/cru-py/cru/service/_manager.py b/tools/cru-py/cru/service/_manager.py new file mode 100644 index 0000000..45a9e47 --- /dev/null +++ b/tools/cru-py/cru/service/_manager.py @@ -0,0 +1,2 @@ +class CruServiceManager: + "TODO: Continue here tomorrow!" |