package kmer;

public class SimpleKmerTable {
	
	public SimpleKmerTable(int initialSize) {
		
	}
	
}
