update get-git-lab-project

This commit is contained in:
Dmitry Afanasyev
2022-04-29 16:54:07 +03:00
parent c8780af4f6
commit e2218ddf30
5 changed files with 124 additions and 9 deletions

View File

@@ -1 +0,0 @@
.env

View File

@@ -1,13 +1,10 @@
import importlib.util
import logging
import sys
from decouple import AutoConfig
from pathlib import Path
current_dir = Path(__file__).parent.parent
config = AutoConfig(search_path=current_dir.joinpath('get_project_core'))
current_dir = Path(__file__).parent.parent
# use loguru if it is possible for color output
if importlib.util.find_spec('loguru') is not None: