LordDarkula/chess_py

View on GitHub
chess_py/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
from .core import *
from .game import *
from .pieces import *
from .players import *

__all__ = core.__all__ + game.__all__ + pieces.__all__ + players.__all__