diff options
Diffstat (limited to 'Import.hs')
-rw-r--r-- | Import.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Import.hs b/Import.hs new file mode 100644 index 0000000..a102001 --- /dev/null +++ b/Import.hs | |||
@@ -0,0 +1,6 @@ | |||
1 | module Import | ||
2 | ( module Import | ||
3 | ) where | ||
4 | |||
5 | import Foundation as Import | ||
6 | import Import.NoFoundation as Import | ||