split source code for each command.

This commit is contained in:
2023-05-10 18:17:35 +09:00
parent dd0b0ba68f
commit 97007233c6
22 changed files with 620 additions and 553 deletions

View File

@ -1,6 +1,6 @@
import os
here = os.path.abspath(os.path.dirname(__file__))
here = os.path.realpath(os.path.dirname(__file__))
__all__ = ["__version__"]