✨ PEP in utils
This commit is contained in:
10
gwendolyn/funcs/star_wars_funcs/star_wars.py
Normal file
10
gwendolyn/funcs/star_wars_funcs/star_wars.py
Normal file
@ -0,0 +1,10 @@
|
||||
from .star_wars_char import StarWarsChar
|
||||
from .star_wars_roll import StarWarsRoll
|
||||
from .star_wars_destiny import StarWarsDestiny
|
||||
|
||||
class StarWars():
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
self.character = StarWarsChar(self.bot)
|
||||
self.roll = StarWarsRoll(self.bot)
|
||||
self.destiny = StarWarsDestiny(self.bot)
|
Reference in New Issue
Block a user