Forum Discussion
mcpm
2 days agoOccasional Contributor
Hello, this way:
from tc import *
also didn’t work for me, but try this:
from tc import Aliases, Log, ADO
and so on.
Then:
Aliases.Client(...)
Log.Message(...)
If you want to try it this way (but I didn't use that):
tc.Aliases.Client(...),
you need to import the namespace first:
import tc
I hope it helps
Paweł
Xavi
2 days agoOccasional Contributor
Hello,
I tried you suggested solution, but it crashes on the header imports, maybe something wrong for my self ?
Thanks, Xavi