mirror of
https://github.com/FraMecca/Buridans_donkey.git
synced 2024-03-20 11:20:15 +01:00
better imports
This commit is contained in:
parent
2dd477aa29
commit
209707f0b9
1 changed files with 1 additions and 6 deletions
|
@ -1,10 +1,5 @@
|
|||
import vibe.appmain;
|
||||
import vibe.http.server;
|
||||
import std.stdio;
|
||||
import std.range;
|
||||
import std.string;
|
||||
import std.exception;
|
||||
import std.array;
|
||||
import std.array : array;
|
||||
import std.random;
|
||||
import std.file;
|
||||
|
||||
|
|
Loading…
Reference in a new issue