mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
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()
|