mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +00:00
🔧 Allow royalnet.engineer to be imported directly
This commit is contained in:
parent
cae6124cd5
commit
33a3e2ea38
1 changed files with 8 additions and 0 deletions
|
@ -3,3 +3,11 @@ Chat bot utilities.
|
|||
|
||||
All names are inspired by the `Engineer Class of Team Fortress 2 <https://wiki.teamfortress.com/wiki/Engineer>`_.
|
||||
"""
|
||||
|
||||
from .bullet import *
|
||||
from .discard import *
|
||||
from .dispenser import *
|
||||
from .exc import *
|
||||
from .sentry import *
|
||||
from .teleporter import *
|
||||
from .wrench import *
|
||||
|
|
Loading…
Reference in a new issue