Skip to content

Commit

Permalink
Rename 2048lib/__init__.py to old11/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-er authored Apr 28, 2022
1 parent 5863ff0 commit d3f607a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2048lib/__init__.py → old11/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from old11 import classes
from old11 import functions

__all__ = ["classes", "functions"]
__all__ = ["classes", "functions"]

0 comments on commit d3f607a

Please sign in to comment.