mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-01 05:21:06 +01:00
5 lines
62 B
Python
5 lines
62 B
Python
|
import os
|
||
|
|
||
|
def sheets_dir():
|
||
|
return os.path.split(__file__)
|