forked from Lainports/opnsense-ports
6 lines
102 B
Python
Executable file
6 lines
102 B
Python
Executable file
%%PYTHON_SHEBANG%%
|
|
|
|
import sopel.cli.plugins
|
|
|
|
if __name__ == "__main__":
|
|
sopel.cli.plugins.main()
|