matrix-appservice-kakaotalk/matrix_appservice_kakaotalk/rpc
Andrew Ferrazzutti adb7453e1a Actually make compatible with Python 3.8
- Replace builtin generic type annotations with classes from Typing
- Replace union type expressions with Union and Optional
2022-07-14 01:41:24 -04:00
..
__init__.py
rpc.py Actually make compatible with Python 3.8 2022-07-14 01:41:24 -04:00
types.py