krata/_scripts/py/init_all.py

17 lines
242 B
Python
Raw Normal View History

2019-09-30 14:38:41 +02:00
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Automatic invokes all initial scripts for project.
© 2018-2019 Cotes Chung
Licensed under MIT
"""
import update_posts_lastmod
import pages_generator
update_posts_lastmod
pages_generator