Make imports much cleaner
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
010c834aac
commit
31ae8e1c1f
1 changed files with 13 additions and 1 deletions
|
@ -6,7 +6,19 @@
|
|||
#
|
||||
|
||||
import telebot
|
||||
import std/[asyncdispatch, logging, options, strutils, random, with, os, tables, times, sequtils, json]
|
||||
|
||||
import std/[asyncdispatch,
|
||||
logging,
|
||||
options,
|
||||
strutils,
|
||||
random,
|
||||
with,
|
||||
os,
|
||||
tables,
|
||||
times,
|
||||
sequtils,
|
||||
json]
|
||||
|
||||
import norm/[model, sqlite]
|
||||
|
||||
# Logging Level
|
||||
|
|
Loading…
Reference in a new issue