Improve imports
This commit is contained in:
parent
67b8616709
commit
e03c32926e
@ -1,11 +1,10 @@
|
||||
import asyncio
|
||||
import discord
|
||||
|
||||
import random
|
||||
|
||||
from werewolf.player import Player
|
||||
import discord
|
||||
|
||||
from werewolf.builder import parse_code
|
||||
from werewolf.player import Player
|
||||
|
||||
|
||||
class Game:
|
||||
|
@ -1,4 +1,3 @@
|
||||
import asyncio
|
||||
import discord
|
||||
|
||||
|
||||
|
@ -1,6 +1,3 @@
|
||||
import asyncio
|
||||
|
||||
|
||||
class Role:
|
||||
"""
|
||||
Base Role class for werewolf game
|
||||
|
@ -1,5 +1,3 @@
|
||||
import asyncio
|
||||
|
||||
from werewolf.role import Role
|
||||
|
||||
class Seer(Role):
|
||||
|
@ -1,5 +1,3 @@
|
||||
import asyncio
|
||||
|
||||
from werewolf.role import Role
|
||||
|
||||
from werewolf.votegroups.wolfvote import WolfVote
|
||||
|
@ -1,5 +1,3 @@
|
||||
import asyncio
|
||||
|
||||
from werewolf.role import Role
|
||||
|
||||
class Villager(Role):
|
||||
|
@ -1,8 +1,3 @@
|
||||
import asyncio
|
||||
|
||||
import discord
|
||||
|
||||
|
||||
class VoteGroup:
|
||||
"""
|
||||
Base VoteGroup class for werewolf game
|
||||
|
@ -1,7 +1,3 @@
|
||||
import asyncio
|
||||
|
||||
import discord
|
||||
|
||||
import random
|
||||
|
||||
from werewolf.votegroup import VoteGroup
|
||||
|
@ -1,8 +1,5 @@
|
||||
import asyncio
|
||||
|
||||
import discord
|
||||
from discord.ext import commands
|
||||
|
||||
from redbot.core import Config
|
||||
|
||||
from werewolf.game import Game
|
||||
|
Loading…
x
Reference in New Issue
Block a user