From 9ef9a606c493b3e2a8d837341d99731262a04c8d Mon Sep 17 00:00:00 2001
From: "niehues.mark@gmail.com" <niehues.mark@gmail.com>
Date: Thu, 12 Mar 2020 14:06:24 +0100
Subject: [PATCH] init projekt structure

---
 evrouting/__init__.py            | 0
 evrouting/charge/__init__.py     | 0
 evrouting/charge/routing.py      | 0
 evrouting/gasstation/__init__.py | 0
 evrouting/gasstation/routing.py  | 0
 5 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 evrouting/__init__.py
 create mode 100644 evrouting/charge/__init__.py
 create mode 100644 evrouting/charge/routing.py
 create mode 100644 evrouting/gasstation/__init__.py
 create mode 100644 evrouting/gasstation/routing.py

diff --git a/evrouting/__init__.py b/evrouting/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/evrouting/charge/__init__.py b/evrouting/charge/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/evrouting/charge/routing.py b/evrouting/charge/routing.py
new file mode 100644
index 0000000..e69de29
diff --git a/evrouting/gasstation/__init__.py b/evrouting/gasstation/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/evrouting/gasstation/routing.py b/evrouting/gasstation/routing.py
new file mode 100644
index 0000000..e69de29
-- 
GitLab