5 lines
97 B
Python
Executable File
5 lines
97 B
Python
Executable File
#!/usr/bin/env python2
|
|
# -*- coding:utf-8 -*-
|
|
|
|
from papers import papers_cmd
|
|
papers_cmd.execute() |