diff options
Diffstat (limited to 'std/std.sol')
-rw-r--r-- | std/std.sol | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/std/std.sol b/std/std.sol new file mode 100644 index 00000000..c3f66b1b --- /dev/null +++ b/std/std.sol @@ -0,0 +1,4 @@ +import "./owned.sol"; +import "./mortal.sol"; +import "./Token.sol"; +import "./StandardToken.sol"; |