mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-20 04:53:27 +02:00
4 lines
87 B
Python
4 lines
87 B
Python
class DiceError(ValueError):
|
|
"""Improper formatting for a dice string."""
|
|
pass
|