Skip to content

Commit 56cedab

Browse files
committed
refactor: Move files into folder "pw"
1 parent 5ff8e19 commit 56cedab

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

src/pw/pw_config.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import os
2+
from configparser import ConfigParser
3+
4+
5+
# Such Secret
6+
# Very Data
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import datetime
33
from typing import List
44

5-
from pw_utils import get_pws_from_json_file
5+
from pw.pw_utils import get_pws_from_json_file
66

77

88
class SecretsDataJSONClient:
File renamed without changes.

src/pw_config.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)