opnsense-ports/irc/py-sopel/files/sopel.py
Franco Fichtner 9e69718093 */*: sync with upstream
Taken from: FreeBSD
2023-11-21 08:46:05 +01:00

6 lines
94 B
Python
Executable file

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