change dir stl -> std

This commit is contained in:
ValKmjolnir
2023-07-02 16:17:56 +08:00
parent a7a2f47d1e
commit ba6b7cd05c
38 changed files with 69 additions and 52 deletions

View File

@@ -1,7 +1,7 @@
# coroutine.nas by ValKmjolnir
# 2022/5/19
import.stl.process_bar;
import.stl.padding;
import.std.process_bar;
import.std.padding;
if(os.platform()=="windows"){
system("chcp 65001");