diff options
Diffstat (limited to 'src/bootstrap.hpp')
-rw-r--r-- | src/bootstrap.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bootstrap.hpp b/src/bootstrap.hpp new file mode 100644 index 0000000..a822017 --- /dev/null +++ b/src/bootstrap.hpp @@ -0,0 +1,5 @@ +#pragma once + +#include "DI/container.hpp" + +Container bootstrap(); |