mirror of
https://github.com/kennethreitz-archive/.com.git
synced 2026-06-21 15:51:00 +00:00
9 lines
110 B
Python
Executable File
9 lines
110 B
Python
Executable File
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
import pelican
|
|
|
|
if __name__ == '__main__':
|
|
pelican.main()
|
|
|