mirror of
https://github.com/Xevion/contest-assistant.git
synced 2025-12-06 15:14:41 -06:00
4 lines
143 B
Python
4 lines
143 B
Python
class FinishedPeriod(Exception):
|
|
"""A inactive period, or a period in it's final state cannot be advanced or further modified."""
|
|
pass
|