v6d3music/v6d3music/run-bot.py
2023-01-15 08:51:29 +00:00

6 lines
63 B
Python

from .main import main
if __name__ == '__main__':
main()