Files
2025-04-24 12:42:53 +02:00

7 lines
95 B
Python

#!/usr/bin/env python3
from src.exporting import export
if __name__ == '__main__':
export()