diff options
author | Jordan Bracco <href@random.sh> | 2022-04-17 03:25:09 +0000 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2022-04-17 03:25:09 +0000 |
commit | 93d3514676cad95b94bbb3e483d02b7ea0076bba (patch) | |
tree | 0f7548c1cd274ec01873b5ebf39b6a39bea4e282 /apps/dreki/src/runs | |
parent | guess it was time for an initial commit (diff) |
Diffstat (limited to 'apps/dreki/src/runs')
-rw-r--r-- | apps/dreki/src/runs/dreki_runs.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dreki/src/runs/dreki_runs.erl b/apps/dreki/src/runs/dreki_runs.erl new file mode 100644 index 0000000..9509fa6 --- /dev/null +++ b/apps/dreki/src/runs/dreki_runs.erl @@ -0,0 +1 @@ +-module(dreki_runs). |