mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-23 16:11:24 +01:00
3 lines
57 B
Python
3 lines
57 B
Python
|
import os
|
||
|
|
||
|
MIGRATION_BASE_DIR = os.path.dirname(__file__)
|