package edu.ucsb.cs156.gauchoride.services; import edu.ucsb.cs156.gauchoride.models.SystemInfo; public abstract class SystemInfoService { public abstract SystemInfo getSystemInfo(); }