mirror of
https://github.com/Balshgit/different
synced 2026-02-04 09:50:39 +03:00
update get-git-lab-project
This commit is contained in:
@@ -1 +0,0 @@
|
||||
.env
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user