diff options
| author | Max Audron <audron@cocaine.farm> | 2020-10-16 21:58:05 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2020-10-16 21:58:05 +0200 |
| commit | fd943651195a970aac2b066e3bdbb23253f73ce7 (patch) | |
| tree | 09af5399dcd96b8f525412798b7e6e8719f3e55e /src/session | |
| parent | update paperwork (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | src/session/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/session/mod.rs b/src/session/mod.rs new file mode 100644 index 0000000..67045c9 --- /dev/null +++ b/src/session/mod.rs @@ -0,0 +1,2 @@ +/// The Session Trait is the main point of entry and implements the basic logic +pub trait Session {} |
