diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-21 21:34:52 +0100 |
|---|---|---|
| committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-04-05 14:30:30 +0200 |
| commit | a8babf42c5176fc7c86d60caa2fc56c0abbf2e04 (patch) | |
| tree | fc698f7d4d8c91406ad52440ebedfa2366b0c0da /meta/__init__.py | |
| parent | 0731956adc560616fcbe8ea24d6dc3a49e3ad0c6 (diff) | |
| download | Project-Tick-a8babf42c5176fc7c86d60caa2fc56c0abbf2e04.tar.gz Project-Tick-a8babf42c5176fc7c86d60caa2fc56c0abbf2e04.zip | |
refactor: move utils into package
Diffstat (limited to 'meta/__init__.py')
| -rw-r--r-- | meta/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/__init__.py b/meta/__init__.py new file mode 100644 index 0000000000..05cee3e7d7 --- /dev/null +++ b/meta/__init__.py @@ -0,0 +1 @@ +"""Meta package of meta""" |
