Add a stub for pyotr

This commit is contained in:
mathieui 2013-05-11 18:55:14 +02:00
parent 1a349efeb1
commit 25f2d39bc1

6
doc/stub/pyotr.py Normal file
View file

@ -0,0 +1,6 @@
class OTR(object):
pass
MSG_STATE_PLAINTEXT = 1
MSG_STATE_ENCRYPTED = 2
MSG_STATE_FINISHED = 3