Files
AnyMusicBot/anymusicbot/__main__.py
2023-10-07 22:33:26 +03:00

5 lines
58 B
Python

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