7 lines
82 B
Python
7 lines
82 B
Python
from entrypoint2 import entrypoint
|
|
|
|
|
|
@entrypoint
|
|
def func(*args):
|
|
print(args)
|