package twoStacks;

public class MyTwoStacksArray<Any> implements TwoStacks<Any>{

}
