aboutsummaryrefslogtreecommitdiffstats
path: root/irc/py-sopel/files/sopel.py
blob: 57ebbe0e77eb896cf8e66ccce73057e326f2774b (plain) (blame)
1
2
3
4
5
6
%%PYTHON_SHEBANG%%

import sopel.cli.run

if __name__ == "__main__":
    sopel.cli.run.main()