from . import File from pathlib import Path class Art(File): def __init__(self, location: Path): super().__init__(location)