This website requires JavaScript.
Explore
Help
Sign In
BruceSun
/
MaiBot
mirror of
https://github.com/Mai-with-u/MaiBot.git
Watch
1
Star
0
Fork
You've already forked MaiBot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e5007cc8cd
MaiBot
/
src
/
test.py
15 lines
118 B
Python
Raw
Blame
History
def
foo
(
)
:
pass
def
main
(
)
:
print
(
2
)
if
__name__
==
"
__main__
"
:
main
(
)
import
os
print
(
os
.
getcwd
(
)
)
Reference in New Issue
View Git Blame
Copy Permalink