diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/Hugo.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/Hugo.kt new file mode 100644 index 0000000..bf709aa --- /dev/null +++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/Hugo.kt @@ -0,0 +1,2 @@ +package org.domaindrivenarchitecture.provs.desktop.infrastructure + diff --git a/src/test/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/HugoTest.kt b/src/test/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/HugoTest.kt new file mode 100644 index 0000000..bf709aa --- /dev/null +++ b/src/test/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/HugoTest.kt @@ -0,0 +1,2 @@ +package org.domaindrivenarchitecture.provs.desktop.infrastructure +