Skip to content

Commit

Permalink
convert logs_to_analyze into a python package, add path as a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Shad Humydee committed Mar 30, 2023
1 parent d9759be commit 8ed32d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions logs_to_analyze/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import os

log_base_path = os.path.dirname(os.path.realpath(__file__))

0 comments on commit 8ed32d1

Please sign in to comment.