add a random file to test ruff

pull/1035/head
春河晴 2025-06-10 18:23:51 +09:00
parent edecfc9a7f
commit a10cc9f485
No known key found for this signature in database
1 changed files with 11 additions and 0 deletions

11
src/test.py 100644
View File

@ -0,0 +1,11 @@
def foo():
pass
def main():
a=1
print(2)
if __name__ == "__main__":
main()
import os
print(os.getcwd())