mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add Bot API parser and code-generator
This commit is contained in:
parent
5e9d4e55d9
commit
af2573dbee
15 changed files with 3242 additions and 1 deletions
7
generator/__main__.py
Normal file
7
generator/__main__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import logging
|
||||
import sys
|
||||
|
||||
from generator.cli import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(main(sys.argv))
|
||||
Loading…
Add table
Add a link
Reference in a new issue