Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ec9682dce9 | |||
| a1180534a7 |
+3
-1
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user