Skip to content

Commit d4933ad

Browse files
Update __init__.py
1 parent 5e63d5d commit d4933ad

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

chessAnalyzer/__init__.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
def function():
2-
pass
1+
from __future__ import annotations
2+
3+
__author__ = "Aryan Anand"
4+
5+
__email__ = "aryananand.chess@gmail.com"
6+
7+
__version__ = "0.0.1"

0 commit comments

Comments
 (0)