mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
7 lines
115 B
Python
7 lines
115 B
Python
import logging
|
|
import sys
|
|
|
|
from generator.cli import main
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(main(sys.argv))
|