mirror of
https://github.com/docker/compose.git
synced 2026-05-14 22:48:15 +00:00
4 lines
76 B
Python
4 lines
76 B
Python
import os
|
|
|
|
|
|
REPO_ROOT = os.path.join(os.path.dirname(__file__), '..', '..')
|