package cs1.ParkApp; import cs1.app.*; public class ParkApp { public void run() { // this function/method will be called first // // test cases and launching the app done here } }