package com.aerodynelabs.habtk.atmosphere; import java.io.File; public interface AtmosphereParser { public AtmosphereProfile parseAtmosphere(File file); }