Compare commits

...

2 Commits

Author SHA1 Message Date
xkrrudah ec9682dce9 Merge pull request '[MR]Added my_image function' (#2) from develop into main
Reviewed-on: #2
2026-05-07 15:44:36 +09:00
xkrrudah a1180534a7 Added my_image function 2026-05-07 15:43:35 +09:00
+3 -1
View File
@@ -1,14 +1,16 @@
__version__ = "1.0.0"
__version__ = "1.0.1"
# --- custom ---
from custom_lib import my_file_config
from custom_lib import my_logger
from custom_lib import my_uuid
from custom_lib import my_image
MODULES = [
my_file_config,
my_logger,
my_uuid,
my_image,
]
def print_versions():