1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-09-18 21:21:59 +00:00

Initial commit

This commit is contained in:
2020-09-16 03:41:53 -04:00
commit 3034074de0
15 changed files with 2345 additions and 0 deletions

6
imagemonk/__about__.py Normal file
View File

@@ -0,0 +1,6 @@
"""Programatically accessible project metadata"""
__title__ = "awesome-template"
__version__ = "0.0.0"
__authors__ = ["Ethan Paul <e@enp.one>"]

0
imagemonk/__init__.py Normal file
View File