1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-26 21:14:19 +00:00

🔧 Add magazine to init

This commit is contained in:
Steffo 2021-01-08 17:58:35 +01:00
parent 3404f79925
commit 00b3829097

View file

@ -12,6 +12,7 @@ from .conversation import *
from .discard import * from .discard import *
from .dispenser import * from .dispenser import *
from .exc import * from .exc import *
from .magazine import *
from .sentry import * from .sentry import *
from .teleporter import * from .teleporter import *
from .wrench import * from .wrench import *