mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 17:14:43 +04:00
5 lines
58 B
Python
5 lines
58 B
Python
import os
|
|
|
|
def func():
|
|
print os.getcwd()
|
|
return 0
|