summaryrefslogtreecommitdiff
path: root/src/twitch.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/twitch.cr')
-rw-r--r--src/twitch.cr5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/twitch.cr b/src/twitch.cr
new file mode 100644
index 0000000..9f7963c
--- /dev/null
+++ b/src/twitch.cr
@@ -0,0 +1,5 @@
+require "./twitch/*"
+
+module Twitch
+ # TODO Put your code here
+end