refactor: Improve utils package structure with cleaner imports

This commit is contained in:
Whispering Wind
2025-03-12 11:13:29 +03:30
committed by GitHub
parent 93037d280f
commit 242701c793
2 changed files with 11 additions and 10 deletions

View File

@ -0,0 +1,10 @@
from .common import *
from .adduser import *
from .backup import *
from .command import *
from .deleteuser import *
from .edituser import *
from .search import *
from .serverinfo import *
from .cpu import *
from .check_version import *