mirror of https://github.com/Mai-with-u/MaiBot.git
add a random file to test ruff
parent
edecfc9a7f
commit
a10cc9f485
|
|
@ -0,0 +1,11 @@
|
|||
def foo():
|
||||
pass
|
||||
def main():
|
||||
a=1
|
||||
print(2)
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
import os
|
||||
|
||||
print(os.getcwd())
|
||||
Loading…
Reference in New Issue