1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 21:26:44 +02:00
Files
cheat.sh/lib/adapter/common.py
T
2019-01-31 00:37:23 +00:00

7 lines
72 B
Python

class Adapter(object):
pass
class cheatAdapter(Adapter):
pass