mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
7 lines
72 B
Python
7 lines
72 B
Python
class Adapter(object):
|
|
pass
|
|
|
|
class cheatAdapter(Adapter):
|
|
pass
|
|
|