Files
2024-11-29 18:15:30 +00:00

7 lines
82 B
Python

from entrypoint2 import entrypoint
@entrypoint
def func(*args):
print(args)