Added my_crawling.py
This commit is contained in:
+4
-1
@@ -4,14 +4,17 @@ __version__ = "1.0.2"
|
||||
from custom_lib import my_file_config
|
||||
from custom_lib import my_logger
|
||||
from custom_lib import my_uuid
|
||||
# 20260527 tak add my image
|
||||
# 20260507 tak add my_image
|
||||
from custom_lib import my_image
|
||||
# 20260508 tak add my_crawling
|
||||
from custom_lib import my_crawling
|
||||
|
||||
MODULES = [
|
||||
my_file_config,
|
||||
my_logger,
|
||||
my_uuid,
|
||||
my_image,
|
||||
my_crawling
|
||||
]
|
||||
|
||||
def print_versions():
|
||||
|
||||
Reference in New Issue
Block a user