Add pyrogram.txt template

This commit is contained in:
Dan 2018-04-01 13:08:37 +02:00
parent 1d9bb22789
commit 44a3a4d69b
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{notice}
class {class_name}:
"""{docstring_args}
"""
ID = {object_id}
def __init__(self{arguments}):
{fields}