package project;

interface flyable {
  
  void fly();

}