From adda6c5579c5dd4753738ff9b2cc16d7e57b787e Mon Sep 17 00:00:00 2001 From: PS Narayanan Date: Wed, 7 Oct 2020 11:29:37 +0530 Subject: [PATCH] Project directory structure (#6) --- CHANGELOG.md | 10 ++++++++++ src/__init__.py | 0 src/core/__init__.py | 0 tests/__init__.py | 0 4 files changed, 10 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 src/__init__.py create mode 100644 src/core/__init__.py create mode 100644 tests/__init__.py diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c6ac1d4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added + - Project directory structure \ No newline at end of file diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/core/__init__.py b/src/core/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29