Skip to content

Commit

Permalink
Added class Story
Browse files Browse the repository at this point in the history
  • Loading branch information
natanimn committed Jun 29, 2024
1 parent ff19738 commit ea96791
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/et/telebof/types/Story.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package et.telebof.types;

import java.io.Serializable;

public class Story implements Serializable {
}

0 comments on commit ea96791

Please sign in to comment.