mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 03:55:26 +00:00
10 lines
96 B
Python
10 lines
96 B
Python
from core.bot import bot
|
|
|
|
|
|
def main():
|
|
bot.launch()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|