mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
tipping: import user and link
This commit is contained in:
parent
6760756d11
commit
5a09316af1
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ import tipbot.config as config
|
|||
from tipbot.log import log_error, log_warn, log_info, log_log
|
||||
import tipbot.coinspecs as coinspecs
|
||||
from tipbot.utils import *
|
||||
from tipbot.user import User
|
||||
from tipbot.link import Link
|
||||
from tipbot.command_manager import *
|
||||
from tipbot.redisdb import *
|
||||
|
||||
|
|
Loading…
Reference in a new issue