basic reformatting work for PEP8 guidelines

This commit is contained in:
Xevion
2020-04-18 01:36:13 -05:00
parent d24e166e72
commit 3961414279
3 changed files with 12 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ import arcade
from config import Config
class Mob(object):
"""
Represents a Mob. No defined behaviour, it has no intelligence.