Skip to content

Commit

Permalink
append_multiple.py Release Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VarunS2002 committed Aug 13, 2021
1 parent 6cd99cc commit a2c735b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions append_multiple.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import string
import sys

version: str = '1.0.0'


def id_generator(size: int = 10) -> str:
return ''.join(random.choice(string.ascii_uppercase + string.digits) for _ in range(size))
Expand Down

0 comments on commit a2c735b

Please sign in to comment.