constants.py 165 B

1234567891011
  1. '''
  2. @author: OMASSOT
  3. '''
  4. from path import Path
  5. MAIN = Path(__file__).parent.parent.abspath()
  6. # Dirs
  7. WRKDIR = MAIN / "work"
  8. RSCDIR = MAIN / "resources"