Bot-Man-Toe/elo_tracker/__init__.py

6 lines
61 B
Python

from .app import EloTracker
__all__ = [
"EloTracker",
]