Skip to content

Commit e3014e7

Browse files
committed
refactor: create structs for outputting of data
1 parent 460642c commit e3014e7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
def output_data():
2+
raise NotImplementedError
3+
4+
5+
def output_label():
6+
raise NotImplementedError

0 commit comments

Comments
 (0)