view src/fschmidt/db/NoKey.java @ 68:00520880ad02

add fschmidt source
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 05 Oct 2025 17:24:15 -0600
parents
children
line wrap: on
line source

package fschmidt.db;


public enum NoKey implements DbKey {
	INSTANCE
}