1
0
forked from ovh/pci-test
pci-test/ex1/c.py

11 lines
145 B
Python
Raw Normal View History

2024-12-01 20:31:29 +00:00
from a import print_args
from art import text2art
def main():
return text2art(print_args())
if __name__ == "__main__":
print(main())