some cleaning and add exporting

This commit is contained in:
harisreedhar
2025-01-21 23:13:38 +05:30
committed by henryruhs
parent 798ba48a52
commit d018dd0633
4 changed files with 48 additions and 18 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env python3
from src.exporting import export
if __name__ == '__main__':
export()