refactor: split cli.py into package (ref.md 3.7)

This commit is contained in:
2026-07-04 19:17:59 +00:00
parent 574b076f5d
commit d556b02bfb
15 changed files with 1251 additions and 1080 deletions
+6
View File
@@ -0,0 +1,6 @@
# retoor <retoor@molodetz.nl>
from devplacepy.cli.main import main
if __name__ == "__main__":
main()