ed f
This commit is contained in:
6
it/f.py
Normal file
6
it/f.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
def main(argc, argv, buffer):
|
||||||
|
if(argc > 2):
|
||||||
|
print("?")
|
||||||
|
else:
|
||||||
|
buffer.filename = argv[1]
|
||||||
|
return buffer
|
||||||
1
it/filename.py
Normal file
1
it/filename.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
from f import *
|
||||||
Reference in New Issue
Block a user