add a random file to test ruff
This commit is contained in:
11
src/test.py
Normal file
11
src/test.py
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
def foo():
|
||||||
|
pass
|
||||||
|
def main():
|
||||||
|
a=1
|
||||||
|
print(2)
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
||||||
|
|
||||||
|
import os
|
||||||
|
|
||||||
|
print(os.getcwd())
|
||||||
Reference in New Issue
Block a user