export interface IFileInfo {
    path: string;
    source: string;
    LoC: number;
}
