widavies/TBA-API-V3

Unable to Load with Import Statement

Closed this issue · 2 comments

I am trying to use this API for making a TBA Desktop app and I wanted to know what package name I should use when I am trying to load the classes into my program.

Use import main.TBA for TBA object, or import main.CTBA for CTBA object.

Got it, thanks!