File: utils.py

package info (click to toggle)
dtrx 8.5.3-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,756 kB
  • sloc: python: 1,841; javascript: 51; makefile: 37; sh: 21
file content (8 lines) | stat: -rw-r--r-- 119 bytes parent folder | download
1
2
3
4
5
6
7
8
"""
Invoke utilities shared module.
"""


from pathlib import Path

ROOT_DIR = Path(__file__).absolute().parent.parent