Morgan-Griffiths / PokerAI

1 poker program to rule them all
MIT License
4 stars 4 forks source link

Use __file__ instead of argv[0] for rusteval import #31

Closed sleepylemur closed 4 years ago

sleepylemur commented 4 years ago

argv[0] was breaking when cardlib was imported from different nesting levels. Hopefully file works everywhere.