time_recoder_config.py 316 B

1234567
  1. from pathlib import Path
  2. HOURLY_WAGE_IN_EURO = 28
  3. DB_PATH = str(Path("/home/nokko/Dokumente/Business/EnD/Python/Tools/time_recoder/time_recorder_database"))
  4. PATH = str(Path('/home/nokko/Dokumente/Business/EnD/Python/Tools/time_recoder/time_recorded_tables/nokko_ubuntu.xlsx'))
  5. TEST_CASE = True
  6. NAME = 'Nico Ruhnke'