Skip to content
Snippets Groups Projects

Luc manage normalization

Merged Luc Giffon requested to merge luc_manage_normalization into wip_clean_scripts
1 file
+ 12
0
Compare changes
  • Side-by-side
  • Inline
.env.example 0 → 100644
+ 12
0
 
# Environment variables go here, can be read by `python-dotenv` package:
 
#
 
# `src/script.py`
 
# ----------------------------------------------------------------
 
# import dotenv
 
#
 
# project_dir = os.path.join(os.path.dirname(__file__), os.pardir)
 
# dotenv_path = os.path.join(project_dir, '.env')
 
# dotenv.load_dotenv(dotenv_path)
 
# ----------------------------------------------------------------
 
 
project_dir = "."
 
\ No newline at end of file
Loading