Preliminary work on permission parsing.

Thanks Voltagei.
This commit is contained in:
Rapptz
2015-08-26 07:14:24 -04:00
parent adc358168f
commit bcaf33e304
2 changed files with 133 additions and 0 deletions

View File

@@ -24,3 +24,4 @@ from channel import Channel, PrivateChannel
from server import Server
from message import Message
from errors import *
from permissions import Permissions