ed f
This commit is contained in:
parent
8ec00ab832
commit
fab099f7ac
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 *
|
Loading…
Reference in New Issue
Block a user