refactored library interface

This commit is contained in:
2024-11-10 18:54:39 +00:00
parent c89e73eb3b
commit 2e1ca51486
4 changed files with 36 additions and 22 deletions

9
haskell/lib/P2PRC.hs Normal file
View File

@@ -0,0 +1,9 @@
module P2PRC
( runP2PRC
)
where
import Engine
( runP2PRC
)