Files
Hare Sudhan 3bf390b116 Python conversion of maintenance commands (#2739)
* updating atomics count in README.md [ci skip]

* converting python

* rename

* fix path

* minor refactor

---------

Co-authored-by: publish bot <opensource@redcanary.com>
2024-04-07 08:52:35 -06:00

6 lines
177 B
Python

from os.path import dirname, realpath
base_path = dirname(dirname(realpath(__file__)))
atomics_path = f"{base_path}/atomics"
used_guids_file = f"{atomics_path}/used_guids.txt"