12 lines
273 B
Java
12 lines
273 B
Java
|
/*
|
||
|
============================================================
|
||
|
This is the "Kartenstapel" file from Author: Philipp Kotte
|
||
|
written on: 05 / 10 / 2023 at: 23:42
|
||
|
============================================================
|
||
|
*/
|
||
|
package Domain;
|
||
|
|
||
|
public class Kartenstapel {
|
||
|
|
||
|
}
|