feat: sync mixly root files and common folder
This commit is contained in:
6
mixly/common/templates/python/cwd.py
Normal file
6
mixly/common/templates/python/cwd.py
Normal file
@@ -0,0 +1,6 @@
|
||||
try:
|
||||
import os
|
||||
except ImportError:
|
||||
import uos as os
|
||||
|
||||
print(os.getcwd(), end='')
|
||||
Reference in New Issue
Block a user