class Fontist::ImportSource

Base class for import source metadata

This provides a polymorphic way to track where and how fonts were imported from. Each subclass handles source-specific metadata while maintaining a consistent interface.

@abstract Base class for import sources. Use subclasses like MacosImportSource,

GoogleImportSource, or SilImportSource instead.