Skip to content

Commit

Permalink
feat: add version and docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
scrambldchannel committed Dec 27, 2022
1 parent 7ca6520 commit 251fb2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/vd_tm1log.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""Analyse TM1 transaction log files"""

__version__ = "0.1"

import csv

from visidata import ( # ColumnAttr,; options,
Expand Down

0 comments on commit 251fb2a

Please sign in to comment.