1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 05:06:44 +02:00
Files
cheat.sh/lib/adapter/common.py
T
2025-07-29 20:07:59 +02:00

7 lines
72 B
Python

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