Skip to content

Commit 69ffeef

Browse files
Add copyright in __init__.py
1 parent d004657 commit 69ffeef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tictactoe/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from typing import List, Tuple, Iterable, Optional, Union
66

77
__author__ = "AttackingOrDefending"
8+
__copyright__ = "2022, " + __author__
89
__version__ = "0.0.5"
910

1011

0 commit comments

Comments
 (0)