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

6 lines
102 B
Python
Executable file

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