diff options
author | nea <romangraef@gmail.com> | 2022-04-20 17:49:59 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-04-20 17:49:59 +0200 |
commit | d9296584270f1e902944fc7390d0b43c34aa2dbb (patch) | |
tree | 09d04658c94cdaf7a4fb4fc9e8a81d111edab959 /sbdata/tasks/__init__.py | |
parent | a61b3f9e2b8b2eeb9d556b5f477d2a479b9f7643 (diff) | |
download | sbdata-d9296584270f1e902944fc7390d0b43c34aa2dbb.tar.gz sbdata-d9296584270f1e902944fc7390d0b43c34aa2dbb.tar.bz2 sbdata-d9296584270f1e902944fc7390d0b43c34aa2dbb.zip |
literal tos violations
Diffstat (limited to 'sbdata/tasks/__init__.py')
-rw-r--r-- | sbdata/tasks/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbdata/tasks/__init__.py b/sbdata/tasks/__init__.py new file mode 100644 index 0000000..737c65c --- /dev/null +++ b/sbdata/tasks/__init__.py @@ -0,0 +1,2 @@ +from .fetch_dungeon_loot import fetch_dungeon_loot +from .calculate_mapping_function import calculate_mapping_function |