modrec-workflow/checkpoint_files/__init__.py

7 lines
127 B
Python
Raw Normal View History

import os
CHECKPOINTS_DIR = os.path.dirname(os.path.abspath(__file__))
if __name__ == "__main__":
2025-05-22 14:12:36 -04:00
print(CHECKPOINTS_DIR)