Updated module imports

This commit is contained in:
2025-01-22 21:36:45 +00:00
parent 6305f5dbc9
commit 9498fe7a45
7 changed files with 13 additions and 9 deletions

2
src/autobigs/cli/meta.py Normal file
View File

@@ -0,0 +1,2 @@
def get_module_base_name(name):
return name.split(".")[-1]