1
0
mirror of https://github.com/bspeice/dtparse synced 2025-07-03 14:54:57 -04:00

Add notes on codegen, and regenerate

This commit is contained in:
Bradlee Speice
2018-08-03 21:56:32 -04:00
parent 50fe2c01d4
commit 0d3b646749
4 changed files with 16 additions and 0 deletions

View File

@ -1,4 +1,8 @@
//! This code has been generated by running the `build_pycompat.py` script
//! in the repository root. Please do not edit it, as your edits will be destroyed
//! upon re-running code generation.
extern crate chrono;
use chrono::Datelike;