renamed 2 files to respect naming convention

This commit is contained in:
Faraphel 2023-03-11 23:11:19 +01:00
parent dff4f4c6a1
commit 53033450f1
3 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
from .orientation import Orientation from .Orientation import Orientation
from .bomb import BombState from .BombState import BombState