mirror of https://github.com/cheat/cheat.git
4 lines
55 B
Python
4 lines
55 B
Python
|
import os
|
||
|
|
||
|
cheat_dir, __init = os.path.split(__file__)
|