1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-04 16:07:57 +03:00
WeasyPrint/weasyprint.py
2012-02-14 12:49:33 +01:00

6 lines
98 B
Python
Executable File

#!/usr/bin/env python
from weasyprint.__main__ import main
if __name__ == '__main__':
main()