12 lines
373 B
Python
12 lines
373 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
# File: __init__.py
|
|
# Author: Guilherme Victal <guilherme at victal.eti.br>
|
|
# Description: Dateregex library entry point
|
|
# License: Vim license
|
|
# Website: http://github.com/freitass/todo.txt-vim
|
|
# Version: 0.1
|
|
|
|
from dateregex.after import regex_date_after
|
|
from dateregex.before import regex_date_before
|