puco21 commited on
Commit
228dde3
·
verified ·
1 Parent(s): 7e02f57

Update katrain/katrain/__main__.py

Browse files
Files changed (1) hide show
  1. katrain/katrain/__main__.py +2 -0
katrain/katrain/__main__.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  # Main entry point for the HongikAI-KaTrain application.
2
  # It initializes the Kivy/KaTrain GUI and integrates the custom HongikAIEngine.
3
  #
 
1
+ # Copyright (c) 2020 Sanderland (KaTrain Original Author)
2
+
3
  # Main entry point for the HongikAI-KaTrain application.
4
  # It initializes the Kivy/KaTrain GUI and integrates the custom HongikAIEngine.
5
  #