move to subfolder

This commit is contained in:
Evgeny Poberezkin 2020-05-08 10:17:20 +01:00
parent 5689cd9064
commit df0552ef6b
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
module Simplex.Messaging
module Simplex.Messaging.Protocol
data Participant = Recipient | Sender | Broker

View File

@ -0,0 +1,3 @@
module Simplex.Messaging.Scenarios
import Protocol