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