Denis Rouleau 630eefc5e5 Checkpoint
2024-09-06 18:55:16 -04:00

3 lines
107 B
Python

with open('all_imports_from_co_code.txt') as f:
print(''.join([f'import {p}' for p in f.readlines()]))