#!python

import RVC3.models as models
from pathlib import Path

print(Path(models.__file__).parent)
