mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-03-04 21:25:55 +08:00
6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
![]() |
import path
|
||
|
|
||
|
THIS_PATH = path.dirname(__file__)
|
||
|
|
||
|
assert('path.pk' in path.listdir(THIS_PATH))
|