We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e63d5d commit d4933adCopy full SHA for d4933ad
chessAnalyzer/__init__.py
@@ -1,2 +1,7 @@
1
-def function():
2
- pass
+from __future__ import annotations
+
3
+__author__ = "Aryan Anand"
4
5
+__email__ = "aryananand.chess@gmail.com"
6
7
+__version__ = "0.0.1"
0 commit comments