Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
ihendley committed Jun 21, 2022
1 parent 1836be8 commit ef1e8b2
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@

setup(
name='treys',
version='0.1.6',
version='0.1.7',
description='treys is a pure Python poker hand evaluation library',
long_description=open('README.rst').read(),
author='Will Drevo, Mark Saindon, Imran Hendley',
4 changes: 3 additions & 1 deletion treys/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@

from .card import Card
from .deck import Deck
from .evaluator import Evaluator, PLOEvaluator

0 comments on commit ef1e8b2

Please sign in to comment.