Skip to content

Commit

Permalink
Update release_prots.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavr2003 authored Jul 16, 2021
1 parent 18ff76b commit d1aed16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release_prots.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ def some_func():
# This way, Sierra can also be used with other web frameworks in an easier way.
# This is still just a prototype, yet to test and run.



# Creating tags with decorator

@tag
Expand All @@ -52,5 +54,5 @@ def label(**kwargs):

label(_class='someClass', _for='someInput')


# See `src/sierra/custom_tags.py` for more

0 comments on commit d1aed16

Please sign in to comment.