9 lines
117 B
Python
Executable File
9 lines
117 B
Python
Executable File
#!/usr/bin/env python
|
|
# -*- coding:utf-8 -*-
|
|
# PYTHON_ARGCOMPLETE_OK
|
|
|
|
from pubs import pubs_cmd
|
|
|
|
|
|
pubs_cmd.execute()
|