Skip to content

Commit

Permalink
add helper vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsteil committed Jan 2, 2023
1 parent fe9c0bf commit ef44f9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pydlfmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ def __init__(self, data=None, filename=None, user_id=None):

self.scalar_heading_column = 1

self.inch = inch
self.colors = colors

def get_username(self):
"""
override this method to build your username from the passed user id
Expand Down

0 comments on commit ef44f9f

Please sign in to comment.