Skip to content

Commit

Permalink
Update play.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrecuer committed May 19, 2023
1 parent 2b9676a commit c12c10a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion play.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env python3
"""joue des épisodes et produit des stats"""
"""joue des épisodes et produit des stats
DEPRECATED
DEPRECATED
USE stats.py
"""
import os
from collections import defaultdict
import matplotlib.pyplot as plt
Expand Down

0 comments on commit c12c10a

Please sign in to comment.