mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-28 03:27:41 +01:00
3 lines
57 B
Python
3 lines
57 B
Python
|
import os
|
||
|
|
||
|
MIGRATION_BASE_DIR = os.path.dirname(__file__)
|