Add a stub for pyotr
This commit is contained in:
parent
1a349efeb1
commit
25f2d39bc1
1 changed files with 6 additions and 0 deletions
6
doc/stub/pyotr.py
Normal file
6
doc/stub/pyotr.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
class OTR(object):
|
||||
pass
|
||||
|
||||
MSG_STATE_PLAINTEXT = 1
|
||||
MSG_STATE_ENCRYPTED = 2
|
||||
MSG_STATE_FINISHED = 3
|
Loading…
Reference in a new issue