black and __all__

This commit is contained in:
bobloy 2020-09-24 17:06:17 -04:00
parent f263f97cc2
commit 224ff93531
2 changed files with 2 additions and 1 deletions

View File

@ -3,3 +3,4 @@ from .shifter import Shifter
from .vanillawerewolf import VanillaWerewolf
from .villager import Villager
__all__ = ["Seer", "Shifter", "VanillaWerewolf", "Villager"]

View File

@ -1 +1 @@
from .wolfvote import WolfVote
from .wolfvote import WolfVote