diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..e05e84c --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/stumis/main.py b/stumis/main.py index d9f4fc6..27ef726 100644 --- a/stumis/main.py +++ b/stumis/main.py @@ -435,4 +435,5 @@ if __name__ == "__main__": bll = StudentBLL(data_file) ui = StudentUI(bll) - ui.run() \ No newline at end of file + ui.run() + print(123) \ No newline at end of file