#!/usr/bin/env python3

import RVC3.models as models
from pathlib import Path

print(Path(models.__file__).parent)
